mirror of
				https://gitlab.com/ddorn/tfjm-discord-bot.git
				synced 2025-11-04 03:42:12 +01:00 
			
		
		
		
	fix missing import
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user