aboutsummaryrefslogtreecommitdiff
path: root/src/commands/utilities/uuid.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/utilities/uuid.ts')
-rw-r--r--src/commands/utilities/uuid.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/utilities/uuid.ts b/src/commands/utilities/uuid.ts
index 04d4013..041acfc 100644
--- a/src/commands/utilities/uuid.ts
+++ b/src/commands/utilities/uuid.ts
@@ -1,7 +1,7 @@
import {
AllowedMentions,
ArgType,
- BushCommand,
+ BotCommand,
clientSendAndPermCheck,
emojis,
format,
@@ -11,7 +11,7 @@ import {
} from '#lib';
import { ApplicationCommandOptionType } from 'discord.js';
-export default class UuidCommand extends BushCommand {
+export default class UuidCommand extends BotCommand {
public constructor() {
super('uuid', {
aliases: ['uuid'],