implement custom welcome message (#65)

This commit is contained in:
nebunez
2021-03-15 00:55:01 -04:00
committed by GitHub
parent d8b5ce40d8
commit b1256bcd08
4 changed files with 20 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ export interface ConfigInstanceDetailsFields {
socialHandles: SocialHandle[];
streamTitle: string;
summary: string;
welcomeMessage: string;
tags: string[];
title: string;
}