Skip to content

Commit

Permalink
remove removed parameter documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
onerandomusername committed Oct 21, 2022
1 parent 6468099 commit 9695975
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions disnake/ext/commands/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

from ._types import MaybeCoro
from .bot_base import PrefixType
from .flags import ApplicationCommandSyncFlags
from .help import HelpCommand


Expand Down Expand Up @@ -221,9 +222,7 @@ def __init__(
owner_ids: Optional[Set[int]] = None,
reload: bool = False,
case_insensitive: bool = False,
sync_commands: bool = True,
sync_commands_debug: bool = False,
sync_commands_on_cog_unload: bool = True,
command_sync: ApplicationCommandSyncFlags = ...,
test_guilds: Optional[Sequence[int]] = None,
asyncio_debug: bool = False,
loop: Optional[asyncio.AbstractEventLoop] = None,
Expand Down Expand Up @@ -272,9 +271,7 @@ def __init__(
owner_ids: Optional[Set[int]] = None,
reload: bool = False,
case_insensitive: bool = False,
sync_commands: bool = True,
sync_commands_debug: bool = False,
sync_commands_on_cog_unload: bool = True,
command_sync: ApplicationCommandSyncFlags = ...,
test_guilds: Optional[Sequence[int]] = None,
asyncio_debug: bool = False,
loop: Optional[asyncio.AbstractEventLoop] = None,
Expand Down Expand Up @@ -404,9 +401,7 @@ def __init__(
owner_id: Optional[int] = None,
owner_ids: Optional[Set[int]] = None,
reload: bool = False,
sync_commands: bool = True,
sync_commands_debug: bool = False,
sync_commands_on_cog_unload: bool = True,
command_sync: ApplicationCommandSyncFlags = ...,
test_guilds: Optional[Sequence[int]] = None,
asyncio_debug: bool = False,
loop: Optional[asyncio.AbstractEventLoop] = None,
Expand Down Expand Up @@ -448,9 +443,7 @@ def __init__(
owner_id: Optional[int] = None,
owner_ids: Optional[Set[int]] = None,
reload: bool = False,
sync_commands: bool = True,
sync_commands_debug: bool = False,
sync_commands_on_cog_unload: bool = True,
command_sync: ApplicationCommandSyncFlags = ...,
test_guilds: Optional[Sequence[int]] = None,
asyncio_debug: bool = False,
loop: Optional[asyncio.AbstractEventLoop] = None,
Expand Down

0 comments on commit 9695975

Please sign in to comment.