Added Launch.json and Tasks.json sources for run and build

This commit is contained in:
rosefix7 2023-09-17 22:05:59 -04:00
parent 10e32adfe6
commit 3a6a2763f8
24 changed files with 980 additions and 567 deletions

9
config/discord-bot.ts Normal file
View 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"
}
}