useless timezone

This commit is contained in:
Mylloon 2021-06-07 22:10:06 +02:00
parent 7c1c34272a
commit e2e2e928d0

View file

@ -1,8 +1,6 @@
import discord import discord
import re import re
import os
from discord.ext import commands from discord.ext import commands
customTimezone = os.environ['TIMEZONE']
from utils.core import userOrNick from utils.core import userOrNick
from utils.time import timestampScreen from utils.time import timestampScreen