mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-18 23:15:48 +00:00
Make guild and guilds args in Bot.remove_cog() keyword-only
This commit is contained in:
parent
5fa32540a4
commit
6dc314628e
@ -667,6 +667,7 @@ class BotBase(GroupMixin[None]):
|
||||
self,
|
||||
name: str,
|
||||
/,
|
||||
*,
|
||||
guild: Optional[Snowflake] = MISSING,
|
||||
guilds: List[Snowflake] = MISSING,
|
||||
) -> Optional[Cog]:
|
||||
|
Loading…
x
Reference in New Issue
Block a user