diff --git a/locales/en/discord.js b/locales/en/discord.js index 4506460c..c9b81155 100644 --- a/locales/en/discord.js +++ b/locales/en/discord.js @@ -3,7 +3,8 @@ export default { USER: 'You are missing permission(s): %1', BOT: { DEFAULT: 'I am missing permission(s): %1', - BASIC: 'I need to be able to connect and speak in the voice channel.', + VIEW: 'I need the **View Channel** and **Send Messages** permissions in this channel.', + BASIC: 'I need the **Connect** and **Speak** permissions in the voice channel.', TIMED_OUT: 'I am currently timed out.' } },