From 818c08c802d6bafae13af8c793cd4acd311e4676 Mon Sep 17 00:00:00 2001 From: freiheit <19813+freiheit@users.noreply.github.com> Date: Sat, 20 Jan 2024 21:04:45 -0800 Subject: [PATCH] Add R alias --- mvkdicebot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mvkdicebot.py b/mvkdicebot.py index 0ee04ac..36e7597 100755 --- a/mvkdicebot.py +++ b/mvkdicebot.py @@ -50,7 +50,7 @@ async def on_ready(): logger.warning(f"Logged in as {bot.user} (ID: {bot.user.id})") -@bot.hybrid_command(aliases=["r", "rolldice", "diceroll"]) # pylint: disable=no-member +@bot.hybrid_command(aliases=["r", "R", "rolldice", "diceroll"]) # pylint: disable=no-member async def roll(ctx, *, dicestr: str): """Rolls a pool of dice in NdN format. Example: '?roll 1d20 2d10 d8 2d6'