mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-04-02 09:44:14 +00:00
9 lines
No EOL
221 B
TypeScript
9 lines
No EOL
221 B
TypeScript
import * config from "../source/discord-bot/config";
|
|
|
|
export const data: config.Config_Interface = {
|
|
discord: {
|
|
api_key: "BOT_TOKEN",
|
|
application_client_id: "BOT_ID",
|
|
guild_id: "SERVER_ID"
|
|
}
|
|
} |