Skip to content

Commit 718d2b0

Browse files
committed
Fix cog context.
1 parent 505a908 commit 718d2b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord_slash/cog_ext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def wrapper(cmd):
188188

189189
return wrapper
190190

191-
def cog_context_menu(self, target: int, name: str, guild_ids: list = None):
191+
def cog_context_menu(target: int, name: str, guild_ids: list = None):
192192
"""
193193
Decorator that adds context menu commands.
194194

0 commit comments

Comments
 (0)