Programming a Discord bot in Python- Why can't the bot send custom emojis?

前端 未结 0 1912
无人及你
无人及你 2021-01-16 04:19

Here\'s what I have:

@client.command()
async def say(ctx, *, text):
    catjam = client.get_emoji(799738295520591873)
    await ctx.send(f"{catjam}{text}         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题