aboutsummaryrefslogtreecommitdiff
path: root/examples/background_task.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/background_task.py')
-rw-r--r--examples/background_task.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/background_task.py b/examples/background_task.py
index af2dac2c..a72862fb 100644
--- a/examples/background_task.py
+++ b/examples/background_task.py
@@ -1,4 +1,5 @@
import discord
+import asyncio
class MyClient(discord.Client):
def __init__(self, *args, **kwargs):