EmoteRipper/src/BotConf.ts

4 lines
45 B
TypeScript
Executable File

export interface BotConf {
token: string;
}