mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-05-13 12:13:06 +00:00
Added Launch.json and Tasks.json sources for run and build
This commit is contained in:
parent
10e32adfe6
commit
3a6a2763f8
24 changed files with 980 additions and 567 deletions
9
config/discord-bot.ts
Normal file
9
config/discord-bot.ts
Normal file
|
@ -0,0 +1,9 @@
|
|||
import * config from "../source/discord-bot/config";
|
||||
|
||||
export const data: config.Config_Interface = {
|
||||
discord: {
|
||||
api_key: "MTA1MjAxNzMyOTM3NjA3MTc4MQ.GFmCFK.hAEnQ2Qx7syQ4_CFuMRe4ajJ507bpjc21Isvlo",
|
||||
application_client_id: "1052017329376071781",
|
||||
guild_id: "1007735047039750214"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue