remove unneeded emoji logging
This commit is contained in:
parent
70dc4d4dbf
commit
1364e693d6
@ -185,7 +185,6 @@ async def poll_options(args: list[str]) -> list[tuple[str, discord.Emoji | str]]
|
|||||||
while args:
|
while args:
|
||||||
match args:
|
match args:
|
||||||
case [emoji, option, *args]:
|
case [emoji, option, *args]:
|
||||||
print(emoji)
|
|
||||||
try:
|
try:
|
||||||
emoji = client.get_emoji(
|
emoji = client.get_emoji(
|
||||||
int(''.join(c for c in emoji.rsplit(':', 1)[-1] if c.isdecimal()))
|
int(''.join(c for c in emoji.rsplit(':', 1)[-1] if c.isdecimal()))
|
||||||
|
Loading…
Reference in New Issue
Block a user