From d472389b564ed5e343d40750b092680fcdf1e9fc Mon Sep 17 00:00:00 2001 From: Xithrius Date: Sat, 29 Aug 2020 16:35:45 -0700 Subject: Removed the time utility and replaced it with the arrow package. Alphabetized the "Colours" NamedTuple in the constants file. --- bot/exts/evergreen/wolfram.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bot/exts/evergreen/wolfram.py') diff --git a/bot/exts/evergreen/wolfram.py b/bot/exts/evergreen/wolfram.py index 4e1d284b..898e8d2a 100644 --- a/bot/exts/evergreen/wolfram.py +++ b/bot/exts/evergreen/wolfram.py @@ -3,15 +3,14 @@ from io import BytesIO from typing import Callable, List, Optional, Tuple from urllib import parse +import arrow import discord -from dateutil.relativedelta import relativedelta from discord import Embed from discord.ext import commands from discord.ext.commands import BucketType, Cog, Context, check, group from bot.constants import Colours, STAFF_ROLES, Wolfram from bot.utils.pagination import ImagePaginator -from bot.utils.time import humanize_delta log = logging.getLogger(__name__) -- cgit v1.2.3