mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-07 02:08:25 +00:00
Add missing asyncio imports from the examples
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
import discord
|
||||
import random
|
||||
import asyncio
|
||||
|
||||
class MyClient(discord.Client):
|
||||
async def on_ready(self):
|
||||
|
Reference in New Issue
Block a user