Nekos-life / neko-bot-jda

The official Nekos.life Discord bot
https://bot.nekos.life
GNU Affero General Public License v3.0
16 stars 6 forks source link

Fixing issue with Discords new Spoiler-function #10

Closed Andre601 closed 5 years ago

Andre601 commented 5 years ago

This PR removes one pipe (|) from the descriptions of the ~play and the ~playlist command, which caused Discord to put the text between those two characters, to be covered as spoiler (see image)

Image: image

Andre601 commented 5 years ago

Also changed a typo in the SlideShowCommand.java, where the bot would say "You lack the manage_messages permission" instead of "I lack the manage_messages permission"