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(); };