aboutsummaryrefslogtreecommitdiff
path: root/src/commands
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands')
-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 {
}
}
}
+ */