1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 08:20:59 -04:00

ew unneeded comma

This commit is contained in:
toast-ts 2022-11-19 15:29:01 +11:00
parent fadd420a3b
commit 604f114e84

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;