Server Manager Changes

1. Added Discord Bot section to Global Settings
2. Added Discord Bot section to Server Settings.
This commit is contained in:
Brett Hewitson 2021-12-04 14:36:34 +10:00
parent c5775181b3
commit a792b10253
20 changed files with 389 additions and 11 deletions

View file

@ -554,5 +554,17 @@
<Setting Name="DiscordBotToken" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="DiscordBotServerId" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="DiscordBotApplyUrl" Type="System.String" Scope="Application">
<Value Profile="(Default)">https://discord.com/developers/applications</Value>
</Setting>
<Setting Name="DiscordBotHelpUrl" Type="System.String" Scope="Application">
<Value Profile="(Default)">https://servermanagers.freeforums.net/thread/99/get-own-discord-bot</Value>
</Setting>
<Setting Name="SectionDiscordBotIsExpanded" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
</Settings>
</SettingsFile>