suppression d'import inutile

This commit is contained in:
Mylloon 2021-06-07 00:06:04 +02:00
parent 340cdb6ea0
commit e9fed9ac5c

View file

@ -1,11 +1,9 @@
print("Chargement des extensions & librairie...", end = " ") print("Chargement des extensions & librairie...", end = " ")
import discord import discord
import re
import os import os
from discord_slash import SlashCommand from discord_slash import SlashCommand
from discord.ext import commands from discord.ext import commands
from utils.core import userOrNick, goodTimezone
from utils.reminder import Reminder from utils.reminder import Reminder
customPrefix = os.environ['PREFIX'] customPrefix = os.environ['PREFIX']
customTimezone = os.environ['TIMEZONE'] customTimezone = os.environ['TIMEZONE']