aboutsummaryrefslogtreecommitdiff
path: root/src/commands/dev/_testDuration.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/dev/_testDuration.ts')
-rw-r--r--src/commands/dev/_testDuration.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/dev/_testDuration.ts b/src/commands/dev/_testDuration.ts
index 3ad9aff..0591518 100644
--- a/src/commands/dev/_testDuration.ts
+++ b/src/commands/dev/_testDuration.ts
@@ -44,7 +44,7 @@
// ): Promise<unknown> {
// const rawDuration = reason.duration;
// const text = reason.contentWithoutTime;
-// const humanizedDuration = this.client.util.humanizeDuration(rawDuration);
+// const humanizedDuration = util.humanizeDuration(rawDuration);
// return await message.util.reply(stripIndents`
// **rawDuration:** ${rawDuration}
// **text:** ${text}