aboutsummaryrefslogtreecommitdiff
path: root/src/commands/moulberry-bush/rule.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/moulberry-bush/rule.ts')
-rw-r--r--src/commands/moulberry-bush/rule.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/moulberry-bush/rule.ts b/src/commands/moulberry-bush/rule.ts
index ab5500d..5f2155f 100644
--- a/src/commands/moulberry-bush/rule.ts
+++ b/src/commands/moulberry-bush/rule.ts
@@ -1,7 +1,7 @@
import {
AllowedMentions,
Arg,
- BushCommand,
+ BotCommand,
clientSendAndPermCheck,
mappings,
type CommandMessage,
@@ -67,7 +67,7 @@ const rules = [
}
];
-export default class RuleCommand extends BushCommand {
+export default class RuleCommand extends BotCommand {
public constructor() {
super('rule', {
aliases: ['rule', 'rules'],