Skip to content

Commit

Permalink
remove todos
Browse files Browse the repository at this point in the history
  • Loading branch information
No767 committed Jul 17, 2024
1 parent 16c9c1c commit 1e14d67
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bot/cogs/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

if TYPE_CHECKING:
from cogs.tickets import Tickets

from rodhaj import Rodhaj


Expand Down Expand Up @@ -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


Expand Down

0 comments on commit 1e14d67

Please sign in to comment.