suppression d'import inutile
This commit is contained in:
parent
340cdb6ea0
commit
e9fed9ac5c
1 changed files with 0 additions and 2 deletions
|
@ -1,11 +1,9 @@
|
|||
print("Chargement des extensions & librairie...", end = " ")
|
||||
|
||||
import discord
|
||||
import re
|
||||
import os
|
||||
from discord_slash import SlashCommand
|
||||
from discord.ext import commands
|
||||
from utils.core import userOrNick, goodTimezone
|
||||
from utils.reminder import Reminder
|
||||
customPrefix = os.environ['PREFIX']
|
||||
customTimezone = os.environ['TIMEZONE']
|
||||
|
|
Reference in a new issue