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 c94ba0b commit 7ffb2c7Copy full SHA for 7ffb2c7
.gitignore
@@ -2,4 +2,5 @@
2
__pycache__
3
test.py
4
test2.py
5
-docs/_build
+docs/_build
6
+slash.log
discord_slash/client.py
@@ -103,7 +103,7 @@ def add_slash_command(self,
103
name = name.lower()
104
_cmd = {
105
"func": cmd,
106
- "description": description,
+ "description": description if description else "No description.",
107
"auto_convert": auto_convert,
108
"guild_ids": guild_ids,
109
"api_options": options if options else [],
0 commit comments