Skip to content

Commit

Permalink
Fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
papey committed Aug 5, 2021
1 parent 1d9405c commit 6b1b366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands.ex
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ Using prefix `#{prefix}` :
case Discord.is_member(msg.author, adm, guild_id) do
:member ->
Party.reset()
"Party data cleared sucessfully 🙌"
"Party data cleared successfully 🙌"

:not_member ->
"#{mention(msg.author.id)} do not have permission to reset party data"
Expand Down

0 comments on commit 6b1b366

Please sign in to comment.