Checked that react calm works in master. Commit to pull to chat branch
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -4,7 +4,7 @@ module.exports = { | ... | @@ -4,7 +4,7 @@ module.exports = { |
4 | name: 'calm', | 4 | name: 'calm', |
5 | description: 'Actual help section', | 5 | description: 'Actual help section', |
6 | async run(client, message, args){ | 6 | async run(client, message, args){ |
7 | - const breathe_emoji = '🫁 '; | 7 | + const breathe_emoji = '🫁'; |
8 | const cute_emoji = '🐶'; | 8 | const cute_emoji = '🐶'; |
9 | const checklist_emoji = '🗒️'; | 9 | const checklist_emoji = '🗒️'; |
10 | const chat_emoji = '🗣️'; | 10 | const chat_emoji = '🗣️'; | ... | ... |
-
Please register or login to post a comment