Skip to content

Commit

Permalink
it worked, time to revert those changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wdhdev authored Sep 27, 2023
1 parent 2ed8e6b commit 1f993ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bot/discord/commands/staff/pollping.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
};

0 comments on commit 1f993ba

Please sign in to comment.