Fixed small things

This commit is contained in:
Ahmad Khan 2023-09-20 18:45:22 -04:00
parent c578870edd
commit 2612dd4610
5 changed files with 209 additions and 616 deletions

View file

@ -0,0 +1,9 @@
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"
}
}