Skip to content

Commit

Permalink
unused listeners
Browse files Browse the repository at this point in the history
  • Loading branch information
braindigitalis committed Feb 7, 2025
1 parent 699f69e commit fa940be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/listeners.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ namespace listeners {
bot.start_timer([&bot](dpp::timer t) {
welcome_new_guilds(bot).sync_wait();
}, 30);
bot.start_timer([&bot](dpp::timer t) {
bot.start_timer([](dpp::timer t) {
end_abandoned_pvp().sync_wait();
}, 10);
bot.start_timer([&bot](dpp::timer t) {
Expand Down

0 comments on commit fa940be

Please sign in to comment.