i am having a issue using custom emoji in the send string.
@bot.command()
async def ping(ctx):
latency = round(bot.latency * 1000)
await ctx.send(f"<a:online:980230187432181831> {latency}ms")
it is responding :online: 9ms
i want to send custom emoji from other server THE EMOJI IS GONNA BE IN OTHER SERVERS.