From 45d760135b3aecb46a420ebe41597036fc6ea31a Mon Sep 17 00:00:00 2001 From: Diego Dorn Date: Thu, 21 Jan 2021 22:11:57 +0000 Subject: [PATCH] fix missing import --- src/tfjm_discord_bot.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/tfjm_discord_bot.py b/src/tfjm_discord_bot.py index cb8af61..2161bcd 100644 --- a/src/tfjm_discord_bot.py +++ b/src/tfjm_discord_bot.py @@ -1,5 +1,7 @@ #!/bin/python +from discord import Intents + from src.constants import * from src.core import CustomBot @@ -7,7 +9,6 @@ from src.core import CustomBot # It must be in first otherwise "!" always match first and the space is not recognised from src.utils import fg - # Global variable to hold the tirages. # We *want* it to be global so we can reload the tirages cog without # removing all the running tirages