diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-05-29 22:18:16 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-05-29 22:18:16 -0400 |
commit | 302461fcd34de14eccd4d18664af3fc12a37b4d5 (patch) | |
tree | 813e0d6ed5317ef30528a5aa73274d840552000e | |
parent | 17f173325f7525f7a26331c43980bcfcdeab5980 (diff) | |
download | tanzanite-302461fcd34de14eccd4d18664af3fc12a37b4d5.tar.gz tanzanite-302461fcd34de14eccd4d18664af3fc12a37b4d5.tar.bz2 tanzanite-302461fcd34de14eccd4d18664af3fc12a37b4d5.zip |
fix: comment out poll command
-rw-r--r-- | src/commands/utilities/_poll.ts (renamed from src/commands/utilities/poll.ts) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/commands/utilities/poll.ts b/src/commands/utilities/_poll.ts index e53eb51..81bb5fc 100644 --- a/src/commands/utilities/poll.ts +++ b/src/commands/utilities/_poll.ts @@ -1,4 +1,4 @@ -import { BushCommand, type ArgType, type BushMessage, type BushSlashMessage } from '#lib'; +/* import { BushCommand, type ArgType, type BushMessage, type BushSlashMessage } from '#lib'; import { ApplicationCommandOptionType, ComponentType } from 'discord.js'; export default class PollCommand extends BushCommand { @@ -78,3 +78,4 @@ export default class PollCommand extends BushCommand { } } } + */ |