Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/jagrosh/GiveawayBot
Browse files Browse the repository at this point in the history
  • Loading branch information
jagrosh committed Oct 14, 2022
2 parents 2b6a007 + 8efcdbf commit e4d1a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/localization/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
error.permissions.user = You must have the Manage Server permission to use this command!
error.permissions.perms_or_role = You must have the Manage Server permission or the {0} role to use this command!
error.permissions.perms_no_role = You must have the Manage Server permission to use this command! A giveaway manager role has not been set. An admin can set this with `{0}`
error.permissions.bot = I am missing the following permissions in this channel: `Read Messages`, `Send Messages`, `Read Message History`, `Embed Links`. Fix these permissions in this channel, or re-add the bot [here]({0}).
error.permissions.bot = I am missing the following permissions in this channel: `View Channel`, `Send Messages`, `Read Message History`, `Embed Links`. Fix these permissions in this channel, or re-add the bot [here]({0}).
error.invalid_time.format = I could not convert `{0}` to a valid length of time!
error.invalid_time.min = The duration you provided ({0}) was shorter than the minimum duration ({1})!
error.invalid_time.max = The duration you provided ({0}) was longer than the maximum duration ({1})!
Expand Down

0 comments on commit e4d1a8a

Please sign in to comment.