diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-07-20 16:35:27 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-07-20 16:35:27 -0400 |
commit | b795a6e51b9ff69ed958f985908f81aff73022dc (patch) | |
tree | 37b51353f6be564586fb0b4aae8692429497608d /src/commands/info/help.ts | |
parent | b228c3b222f37ceaa888f926811e6cfadf33e24a (diff) | |
download | tanzanite-b795a6e51b9ff69ed958f985908f81aff73022dc.tar.gz tanzanite-b795a6e51b9ff69ed958f985908f81aff73022dc.tar.bz2 tanzanite-b795a6e51b9ff69ed958f985908f81aff73022dc.zip |
fixed caching
Diffstat (limited to 'src/commands/info/help.ts')
-rw-r--r-- | src/commands/info/help.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/commands/info/help.ts b/src/commands/info/help.ts index 1786f8c..67ba8c0 100644 --- a/src/commands/info/help.ts +++ b/src/commands/info/help.ts @@ -60,10 +60,6 @@ export default class HelpCommand extends BushCommand { ] : undefined; - this.client.console.debug(!this.client.config.isDevelopment); - this.client.console.debug(!this.client.guilds.cache.some((guild) => guild.ownerId === message.author.id)); - this.client.console.debug(components); - const isOwner = this.client.isOwner(message.author); const isSuperUser = this.client.isSuperUser(message.author); const command = args.command |