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 bcdc942 commit b0f91afCopy full SHA for b0f91af
README.md
@@ -43,7 +43,7 @@ Slash commands can take **some hours** to get registered on guilds, so if you wa
43
the `guild_ids` parameter in the command decorator so that it gets registered instantly. Example:
44
45
```py
46
-@cog_ext.cog_slash(
+@commands.slash_command(
47
name="command",
48
description="Command description",
49
guild_ids=[GUILD_ID1, GUILD_ID2] # These should be testing guild(s) ID, as always: an integer.
0 commit comments