Move everything for the server in to a server folder to make room for the site
This commit is contained in:
parent
6a45152d8f
commit
33ca09808e
26 changed files with 8 additions and 6 deletions
|
|
@ -1,16 +0,0 @@
|
|||
export var BRACKET_DATA = {
|
||||
msg: "",
|
||||
quotes: [],
|
||||
votes: {},
|
||||
users: {},
|
||||
};
|
||||
|
||||
export var CHANNEL_DATA = {
|
||||
webhook: {
|
||||
token: "",
|
||||
id: "",
|
||||
},
|
||||
bracket: BRACKET_DATA,
|
||||
};
|
||||
|
||||
export var DISCORD_API_URI: string = `https://discord.com/api/v9`;
|
||||
Loading…
Add table
Add a link
Reference in a new issue