Add the channel ID of the message to the bracket data
This commit is contained in:
parent
aba1e2d736
commit
e602fb1bd2
1 changed files with 1 additions and 0 deletions
1
src/types/database.d.ts
vendored
1
src/types/database.d.ts
vendored
|
|
@ -6,6 +6,7 @@ interface database {
|
||||||
};
|
};
|
||||||
bracket: {
|
bracket: {
|
||||||
msg: string;
|
msg: string;
|
||||||
|
channel: string;
|
||||||
quotes: string[];
|
quotes: string[];
|
||||||
votes: { [index: number]: number };
|
votes: { [index: number]: number };
|
||||||
users: { [index: string]: number };
|
users: { [index: string]: number };
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue