We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feda3b3 commit 71242dbCopy full SHA for 71242db
1 file changed
techsupport_bot/commands/duck.py
@@ -102,12 +102,12 @@ class DuckHunt(cogs.LoopCog):
102
"""Class for the actual duck commands
103
104
Attributes:
105
+ duck_group (app_commands.Group): The group for the /duck commands
106
DUCK_PIC_URL (str): The picture for the duck
107
BEFRIEND_URL (str): The picture for the befriend target
108
KILL_URL (str): The picture for the kill target
109
ON_START (bool): ???
110
CHANNELS_KEY (str): The config item for the channels that the duck hunt should run
- duck_group (app_commands.Group): The group for the /duck commands
111
"""
112
113
duck_group: app_commands.Group = app_commands.Group(
0 commit comments