From 5993da388572766190799957b5a054193698da33 Mon Sep 17 00:00:00 2001 From: rhearmas <34490428+qu-ota@users.noreply.github.com> Date: Sat, 21 Dec 2019 16:51:19 -0500 Subject: [PATCH] whoops gotta delete original message --- commands/Information/serverinfo.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/commands/Information/serverinfo.js b/commands/Information/serverinfo.js index a12e00c..db61f74 100644 --- a/commands/Information/serverinfo.js +++ b/commands/Information/serverinfo.js @@ -4,6 +4,8 @@ const now = new Date(); dateFormat(now, 'dddd, mmmm dS, yyyy, h:MM:ss TT'); exports.run = async (client, message, args, level) => { + message.delete(); + const millis = new Date().getTime() - message.guild.createdAt.getTime(); const days = millis / 1000 / 60 / 60 / 24;