You've already forked discord-bot
mirror of
https://github.com/t2linux/discord-bot.git
synced 2026-04-30 13:49:21 -07:00
86b68838bc
Various improvements to the syntax of commands and their inner workings, based on the new command system
7 lines
132 B
TypeScript
7 lines
132 B
TypeScript
export interface Config {
|
|
discord: {
|
|
token: string;
|
|
commandPrefix: string,
|
|
admin: Array<string>
|
|
};
|
|
} |