From 1f993bac67edd60fcc706e660bf1986193da3d52 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 28 Sep 2023 07:47:50 +0800 Subject: [PATCH] it worked, time to revert those changes --- bot/discord/commands/staff/pollping.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bot/discord/commands/staff/pollping.js b/bot/discord/commands/staff/pollping.js index 2eccbf24..308d2676 100644 --- a/bot/discord/commands/staff/pollping.js +++ b/bot/discord/commands/staff/pollping.js @@ -11,6 +11,7 @@ exports.run = (client, message, args) => { return; } - message.reply("im not pinging poll ping lol"); + message.delete(); + message.reply("<@&898041781927682090> New developer poll!"); global.pollPingLastUsed = Date.now(); };