From d75e90a97a3fe5369dea413b5aa7890923fb2a22 Mon Sep 17 00:00:00 2001 From: Melissa Geels Date: Sat, 17 Jul 2021 21:56:01 +0200 Subject: [PATCH] Fixed wrong timestamp --- modules/tools.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tools.js b/modules/tools.js index c7b4f93..bcbf08d 100644 --- a/modules/tools.js +++ b/modules/tools.js @@ -40,7 +40,7 @@ class ToolsModule msg.channel.send( "**Info for non-member " + fetcheduser.tag + "**:\n" + - ":alarm_clock: Account age: **** - " + ":alarm_clock: Account age: **** - " ); }); return;