mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-20 16:00:29 +00:00
[commands] Add fallback behaviour for CurrentGuild parameter
This commit is contained in:
parent
ad28fdc154
commit
a361a08482
@ -306,6 +306,7 @@ CurrentGuild = parameter(
|
||||
displayed_default='<this server>',
|
||||
converter=GuildConverter,
|
||||
)
|
||||
CurrentGuild._fallback = True
|
||||
|
||||
|
||||
class Signature(inspect.Signature):
|
||||
|
Loading…
x
Reference in New Issue
Block a user