mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-04-02 09:44:14 +00:00
10 lines
144 B
TypeScript
10 lines
144 B
TypeScript
export interface Config_Interface {
|
|
discord: {
|
|
api_key: string;
|
|
application_client_id: string;
|
|
guild_id: string;
|
|
};
|
|
storage: {
|
|
|
|
}
|
|
}
|