From 1e14d670643467efd53d5e641bf312b42a8e1f9d Mon Sep 17 00:00:00 2001 From: No767 <73260931+No767@users.noreply.github.com> Date: Tue, 16 Jul 2024 20:13:04 -0700 Subject: [PATCH] remove todos --- bot/cogs/config.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bot/cogs/config.py b/bot/cogs/config.py index e61f576..b4cbb58 100644 --- a/bot/cogs/config.py +++ b/bot/cogs/config.py @@ -32,6 +32,7 @@ if TYPE_CHECKING: from cogs.tickets import Tickets + from rodhaj import Rodhaj @@ -295,8 +296,6 @@ async def convert(self, ctx: GuildContext, argument: str) -> str: f"Please use `{ctx.prefix or 'r>'}config toggle` to enable/disable boolean configuration options instead." ) - # TODO: Parse datetime timedeltas here - return argument