diff --git a/src/main/resources/localization/messages.properties b/src/main/resources/localization/messages.properties index 05a59a6c..82e3ff19 100644 --- a/src/main/resources/localization/messages.properties +++ b/src/main/resources/localization/messages.properties @@ -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})!