Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- async def ping(self, ctx):
- # IDE marks 'await' as: Class 'Embed' does not define '__await__', so the 'await' operator cannot be used on its instances
- ping_embed = await discord.Embed(title='Ping', description='Latency in ms', colour=discord.Colour.blue())
Advertisement
Add Comment
Please, Sign In to add comment