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 = " ")
|
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']
|
||||||
|
|
Reference in a new issue