Guest User

Untitled

a guest
Nov 14th, 2025
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. async def ping(self, ctx):
  2. # IDE marks 'await' as: Class 'Embed' does not define '__await__', so the 'await' operator cannot be used on its instances
  3. ping_embed = await discord.Embed(title='Ping', description='Latency in ms', colour=discord.Colour.blue())
Advertisement
Add Comment
Please, Sign In to add comment