Skip to content

Commit 71242db

Browse files
committed
Fix docstring
1 parent feda3b3 commit 71242db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

techsupport_bot/commands/duck.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,12 @@ class DuckHunt(cogs.LoopCog):
102102
"""Class for the actual duck commands
103103
104104
Attributes:
105+
duck_group (app_commands.Group): The group for the /duck commands
105106
DUCK_PIC_URL (str): The picture for the duck
106107
BEFRIEND_URL (str): The picture for the befriend target
107108
KILL_URL (str): The picture for the kill target
108109
ON_START (bool): ???
109110
CHANNELS_KEY (str): The config item for the channels that the duck hunt should run
110-
duck_group (app_commands.Group): The group for the /duck commands
111111
"""
112112

113113
duck_group: app_commands.Group = app_commands.Group(

0 commit comments

Comments
 (0)