Skip to content

Commit

Permalink
Update pollping.js
Browse files Browse the repository at this point in the history
  • Loading branch information
wdhdev authored Sep 30, 2023
1 parent 1f993ba commit 25c8649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/discord/commands/staff/pollping.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ exports.run = (client, message, args) => {
}

message.delete();
message.reply("<@&898041781927682090> New developer poll!");
message.channel.send("<@&898041781927682090>");
global.pollPingLastUsed = Date.now();
};

0 comments on commit 25c8649

Please sign in to comment.