aboutsummaryrefslogtreecommitdiff
path: root/src/listeners/ws
diff options
context:
space:
mode:
Diffstat (limited to 'src/listeners/ws')
-rw-r--r--src/listeners/ws/INTERACTION_CREATE.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/listeners/ws/INTERACTION_CREATE.ts b/src/listeners/ws/INTERACTION_CREATE.ts
index 20c2b3e..67fe56b 100644
--- a/src/listeners/ws/INTERACTION_CREATE.ts
+++ b/src/listeners/ws/INTERACTION_CREATE.ts
@@ -1,5 +1,5 @@
import { BushListener, capitalize, colors, emojis, Moderation, PunishmentTypePresent } from '#lib';
-import assert from 'assert';
+import assert from 'assert/strict';
import {
ActionRowBuilder,
ButtonBuilder,