Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 5, 2024
1 parent 1ca333a commit a276fd8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@ def __init__(self) -> None:
type=getattr(discord.ActivityType, get_config("activity_type").lower()),
name=get_config("activity_name"),
),
help_command=commands.DefaultHelpCommand()
if not get_config("disable_help")
else None,
help_command=(
commands.DefaultHelpCommand()
if not get_config("disable_help")
else None
),
)

async def on_ready(self) -> None:
Expand Down

0 comments on commit a276fd8

Please sign in to comment.