Skip to content

Commit 4a8767a

Browse files
committed
Fix sphinx formatting in http
1 parent bb1d6c0 commit 4a8767a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

discord_slash/http.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ def put_slash_commands(self, slash_commands: list, guild_id):
3030
Sends a slash command put request to the Discord API
3131
3232
``slash_commands`` must contain all the commands
33+
3334
:param slash_commands: List of all the slash commands to make a put request to discord with.
3435
:param guild_id: ID of the guild to set the commands on. Pass `None` for the global scope.
3536
"""

0 commit comments

Comments
 (0)