Modify the constants
This commit is contained in:
parent
1919008217
commit
eef056fe59
1 changed files with 5 additions and 5 deletions
|
|
@ -1,14 +1,14 @@
|
|||
export var DB_DEFAULTS: database = {
|
||||
export var CHANNEL_DATA = {
|
||||
webhook: {
|
||||
token: "",
|
||||
id: "",
|
||||
},
|
||||
bracket: {
|
||||
msg: "",
|
||||
quotes: [],
|
||||
votes: {},
|
||||
users: {},
|
||||
},
|
||||
webhook: {
|
||||
id: "",
|
||||
token: ""
|
||||
},
|
||||
};
|
||||
|
||||
export var DISCORD_API_URI: string = `https://discord.com/api/v8`;
|
||||
Loading…
Add table
Add a link
Reference in a new issue