#Slash command description returns `-` when there is no description
1 messages · Page 1 of 1 (latest)
-e print('-' == '-')
@whole scroll :white_check_mark: Your eval job has completed with return code 0.
True
its a hyphen from a us/uk keyboard
the reason for this is every command and option requires a description on discord's end
if you don't want a description like this, you need to supply one
the only reason it ends up like this is so you aren't required to provide one
I see
Marked the thread as solved. If your question has not been answered, please open a new thread in #1019642966526140566.
This thread was closed. To open a new thread, view the directions in #1019642966526140566.
@pepereaction.sub_command_group(description='Deletes reactions')
Returns hyphen even when I have description
for the sub commands too ?
show your code