aboutsummaryrefslogtreecommitdiff
path: root/src/commands/dev/servers.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/dev/servers.ts')
-rw-r--r--src/commands/dev/servers.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/dev/servers.ts b/src/commands/dev/servers.ts
index ab66f1c..6bba93c 100644
--- a/src/commands/dev/servers.ts
+++ b/src/commands/dev/servers.ts
@@ -1,5 +1,5 @@
import {
- BushCommand,
+ BotCommand,
ButtonPaginator,
chunk,
clientSendAndPermCheck,
@@ -11,7 +11,7 @@ import {
import { stripIndent } from '#tags';
import { type APIEmbed, type Guild } from 'discord.js';
-export default class ServersCommand extends BushCommand {
+export default class ServersCommand extends BotCommand {
public constructor() {
super('servers', {
aliases: ['servers', 'guilds'],