D
D
Daniil Zhulinsky2020-06-06 14:15:18
Python
Daniil Zhulinsky, 2020-06-06 14:15:18

How to send emoji using DISCORD py bot?

@client.command(pass_context = True)

async def HELLO(ctx): # Если написано "HELLO"
  await ctx.send(
    'Привет' # Нужно чтобы после "Привет" был какой-то смайлик из загруженных мною в DISCORD SERVER
  )

# Или же как встроить эмодзи с таким тегом - :НазвЕмодзи:

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
shurshur, 2020-06-06
@shurshur

Emoji have a numeric id that can be viewed directly in the client. Further client.get_emoji(this_id) you lead to str.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question