remove unneeded emoji logging

This commit is contained in:
AF 2021-12-08 13:56:16 +03:00
parent 70dc4d4dbf
commit 1364e693d6

View File

@ -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()))