There was an error while loading. Please reload this page.
1 parent 7ba9ec4 commit 71e77c1Copy full SHA for 71e77c1
1 file changed
src/wheatley.ts
@@ -336,7 +336,9 @@ export class Wheatley {
336
this.roles[key as keyof typeof this.roles_map] = unwrap(this.guild.roles.cache.get(info.id));
337
}
338
339
- console.log(this.roles);
+ if (!config.freestanding) {
340
+ this.log_channel = this.client.channels.cache.get(this.channels.log.id) as Discord.TextBasedChannel;
341
+ }
342
343
this.info("Bot started");
344
0 commit comments