Remove is_on_mobile check
This commit is contained in:
parent
5629dd534f
commit
d296d0496a
1 changed files with 1 additions and 4 deletions
|
@ -92,10 +92,7 @@ class UtilCog(Scale):
|
|||
to_send += " "
|
||||
elif re.match(r"^[A-Z0-9-()$@!?^'#.]$", letter):
|
||||
id = emotes[letter]
|
||||
if ctx.author.is_on_mobile():
|
||||
to_send += f":{names[id]}:"
|
||||
else:
|
||||
to_send += f"<:{names[id]}:{id}>"
|
||||
if len(to_send) > 2000:
|
||||
await ctx.send("Too long.", ephemeral=True)
|
||||
else:
|
||||
|
|
Loading…
Add table
Reference in a new issue