1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

This makes no sense.

This commit is contained in:
Steffo 2018-09-11 02:07:29 +02:00
parent 6bb940bab0
commit 46c1522415

View file

@ -510,7 +510,7 @@ def cmd_roll(bot: Bot, update: Update):
except dice.DiceBaseException:
bot.send_message(update.message.chat.id, "⚠ Il tiro dei dadi è fallito. Controlla la sintassi!")
return
bot.send_message(update.message.chat.id, f"🎲 Tiro {int(dice_string)}: **{result}**", parse_mode="Markdown")
bot.send_message(update.message.chat.id, f"🎲 {result}")
def process(arg_discord_connection):