We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent befd468 commit f8e968dCopy full SHA for f8e968d
simple_cog.py
@@ -5,7 +5,7 @@ class SimpleCog(interactions.Extension):
5
def __init__(self, client) -> None:
6
self.client = client
7
8
- # @interactions.command(
+ # @interactions.extension_command(
9
# name="cog-command",
10
# description="wanna be in a cog? :)) ok.",
11
# scope=852402668294766612,
0 commit comments