Add missing asyncio imports from the examples
This commit is contained in:
parent
1c3a5831f9
commit
dd5762d9ed
@ -1,4 +1,5 @@
|
||||
import discord
|
||||
import asyncio
|
||||
|
||||
class MyClient(discord.Client):
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
@ -1,4 +1,5 @@
|
||||
import discord
|
||||
import asyncio
|
||||
|
||||
class MyClient(discord.Client):
|
||||
async def on_ready(self):
|
||||
|
@ -1,5 +1,6 @@
|
||||
import discord
|
||||
import random
|
||||
import asyncio
|
||||
|
||||
class MyClient(discord.Client):
|
||||
async def on_ready(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user