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 bb1d6c0 commit 4a8767aCopy full SHA for 4a8767a
discord_slash/http.py
@@ -30,6 +30,7 @@ def put_slash_commands(self, slash_commands: list, guild_id):
30
Sends a slash command put request to the Discord API
31
32
``slash_commands`` must contain all the commands
33
+
34
:param slash_commands: List of all the slash commands to make a put request to discord with.
35
:param guild_id: ID of the guild to set the commands on. Pass `None` for the global scope.
36
"""
0 commit comments