diff --git a/v6d3vote/run-bot.py b/v6d3vote/run-bot.py index 580de2f..4f5a5eb 100644 --- a/v6d3vote/run-bot.py +++ b/v6d3vote/run-bot.py @@ -185,7 +185,6 @@ async def poll_options(args: list[str]) -> list[tuple[str, discord.Emoji | str]] while args: match args: case [emoji, option, *args]: - print(emoji) try: emoji = client.get_emoji( int(''.join(c for c in emoji.rsplit(':', 1)[-1] if c.isdecimal()))