mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-05-15 13:13:06 +00:00
Fixed small things
This commit is contained in:
parent
c578870edd
commit
2612dd4610
5 changed files with 209 additions and 616 deletions
9
config/discord-bot.example.ts
Normal file
9
config/discord-bot.example.ts
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue