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

ew unneeded comma

This commit is contained in:
AnxietyisReal 2022-11-19 15:29:01 +11:00
parent d0f869a480
commit 14df6be5ed

View File

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