-
Notifications
You must be signed in to change notification settings - Fork 8
Config
Blade12629 edited this page May 17, 2021
·
3 revisions
Config file name: Discord.cfg
| Type | Key | Default | Description |
|---|---|---|---|
| string | Token | null | Discord bot token |
| ulong | GuildId | 0 | Discord server id |
| ulong | CommandChannelId | 0 | Discord command channel id, if not 0 restricts messages to a specific channel) |
| char | CommandPrefix | ! | The prefix before a command, e.g. ! -> !help |
| ulong | LogChannelId | 0 | Discord channel id where stuff should be logged to |
| int | ForceSocket | 0 | Choose the websocket which will be used, 0: auto detect, 1: .net, 2: mono |