mirror of
https://github.com/cloudmaker97/FS25-Discord-Bot.git
synced 2025-12-06 00:18:34 +00:00
5 lines
No EOL
233 B
TypeScript
5 lines
No EOL
233 B
TypeScript
export default interface IDiscordConfiguration {
|
|
channelId: string; // Is meant for the game status display
|
|
gameUpdateChannelId: string|null; // Is meant for updates like bought fields, but is optional
|
|
botToken: string;
|
|
} |