1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-11-17 08:20:58 -05:00

ew unneeded comma

This commit is contained in:
AnxietyisReal 2022-11-19 15:29:01 +11:00
parent b1b48e38de
commit 1055f07a2a

View File

@ -47,7 +47,7 @@ export class TClient extends Client {
this.tokens = require('./tokens.json');
this.YTCache = {
'UCQ8k8yTDLITldfWYKDs3xFg': undefined, // Daggerwin
'UCguI73--UraJpso4NizXNzA': undefined, // Machinery Restorer
'UCguI73--UraJpso4NizXNzA': undefined // Machinery Restorer
}
this.embed = Discord.EmbedBuilder;
this.collection = Discord.Collection;