momentum-mod / discord-bot

The Discord bot used in the official Momentum Mod Discord Server.
https://discord.gg/momentummod
MIT License
9 stars 7 forks source link

forcerestart message #108

Closed BIRD311 closed 2 years ago

BIRD311 commented 2 years ago

Added a message to the forcerestart command and after the restart Stole some of the "after restart" from ReactionBasedRoleService. Hope this doesn't get called too often. Exit is in its own task because I didn't want to wait for the reply before exiting. What if the ReplyAsync never returns. Not sure if this can actually happen.