aboutsummaryrefslogtreecommitdiff
path: root/src/commands/utilities/hash.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/utilities/hash.ts')
-rw-r--r--src/commands/utilities/hash.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/utilities/hash.ts b/src/commands/utilities/hash.ts
index 251d5e6..1c741bd 100644
--- a/src/commands/utilities/hash.ts
+++ b/src/commands/utilities/hash.ts
@@ -1,4 +1,4 @@
-// import { BushCommand, clientSendAndPermCheck, type CommandMessage } from '#lib';
+// import { clientSendAndPermCheck, CustomCommand, type CommandMessage } from '#lib';
// import assert from 'assert/strict';
// import crypto from 'crypto';
// import { ApplicationCommandOptionType } from 'discord.js';
@@ -7,7 +7,7 @@
// assert(crypto);
// assert(got);
-// export default class HashCommand extends BushCommand {
+// export default class HashCommand extends CustomCommand {
// public constructor() {
// super('hash', {
// aliases: ['hash'],