There was an error while loading. Please reload this page.
1 parent c5cb2ee commit 8c2dccbCopy full SHA for 8c2dccb
1 file changed
modules/fun/duck.py
@@ -74,7 +74,6 @@ async def wait(self: Self, guild: discord.Guild) -> None:
74
This function shouldn't be manually called
75
76
Args:
77
- config (munch.Munch): The guild config to use to determine the min and max wait times
78
guild (discord.Guild): The guild where the duck is going to appear
79
"""
80
min_wait = configuration.get_config_entry(guild.id, "duck_min_wait") * 3600
0 commit comments