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