Fixed temporary bans, and added an option to exclude discord from banning.

changed the color of "Time is UP!" in the roll results, as requested.
This commit is contained in:
2022-08-09 17:25:55 +02:00
parent 28f0e66394
commit 6b4cb275b3
2 changed files with 2 additions and 2 deletions
@@ -44,7 +44,7 @@ class DiscordCommandHandler(BaseModule):
def pre_start(self):
self.command_service.register_command_channel("Discord", self.DISCORD_CHANNEL)
self.setting_service.register(self.module_name, "include_discord_ban", True, BooleanSettingType(),
"Should chatbot bans be extended to discord (Ban from the discord server!):")
"Should chatbot bans be extended to discord (Ban from the discord server!)")
@event("discord_command", "should the bot take care of discord commands", False)
def discord_command_handler(self, _, event_data):