0
0
Fork 0

Add the channel ID of the message to the bracket data

This commit is contained in:
Oliver-Akins 2021-07-23 20:31:44 -06:00
parent aba1e2d736
commit e602fb1bd2

View file

@ -6,6 +6,7 @@ interface database {
};
bracket: {
msg: string;
channel: string;
quotes: string[];
votes: { [index: number]: number };
users: { [index: string]: number };