slight tweak to the !reaction reply string

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
2025-02-24 16:43:44 -06:00
parent 3100efd4a9
commit e7d63ee963
2 changed files with 6 additions and 6 deletions

View File

@@ -118,7 +118,7 @@ class Dice(Plugin):
else:
result_str = f"9{label}"
return self.bot.reply(event, f"{nick}: the current disposition is: {result_str} 14({roll})")
return self.bot.reply(event, f"{nick}: the current disposition is {result_str} 14({roll})")
def handle_roll(self, connection, event, match):
"""Handle the !roll command which covers most common dice stuff."""