0
0
Fork 0

Add code to make the stuff work

This commit is contained in:
Oliver-Akins 2021-07-18 01:18:18 -06:00
parent a18b73fe52
commit 3d9feabe88
15 changed files with 517 additions and 0 deletions

14
src/constants.ts Normal file
View file

@ -0,0 +1,14 @@
export var DB_DEFAULTS: database = {
bracket: {
msg: "",
quotes: [],
votes: {},
users: {},
},
webhook: {
id: "",
token: ""
},
};
export var DISCORD_API_URI: string = `https://discord.com/api/v8`;