aboutsummaryrefslogtreecommitdiff
path: root/src/commands/info/icon.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/info/icon.ts')
-rw-r--r--src/commands/info/icon.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/info/icon.ts b/src/commands/info/icon.ts
index e66f900..b3434ec 100644
--- a/src/commands/info/icon.ts
+++ b/src/commands/info/icon.ts
@@ -1,5 +1,5 @@
import { BushCommand, clientSendAndPermCheck, colors, type CommandMessage, type SlashMessage } from '#lib';
-import assert from 'assert';
+import assert from 'assert/strict';
import { EmbedBuilder, escapeMarkdown, PermissionFlagsBits } from 'discord.js';
export default class IconCommand extends BushCommand {