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:
@@ -237,7 +237,7 @@ class LootController:
|
||||
for i in remove:
|
||||
self.loot_list.pop(i)
|
||||
|
||||
msg = ChatBlob("Roll results", blob, "\n________________\n\n<red>Time is UP!</red>\n", "\n________________")
|
||||
msg = ChatBlob("Roll results", blob, "\n________________\n\n<green>Time is UP!</green>\n", "\n________________")
|
||||
self.bot.send_private_channel_message(msg if len(blob) > 0 else "No one was added to any loot")
|
||||
if self.loot_list:
|
||||
count = 1
|
||||
|
||||
Reference in New Issue
Block a user