aboutsummaryrefslogtreecommitdiff
path: root/examples/guessing_game.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/guessing_game.py')
-rw-r--r--examples/guessing_game.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/guessing_game.py b/examples/guessing_game.py
index 50f0371b..a8f09c63 100644
--- a/examples/guessing_game.py
+++ b/examples/guessing_game.py
@@ -1,5 +1,6 @@
import discord
import random
+import asyncio
class MyClient(discord.Client):
async def on_ready(self):