Skip to content

Commit

Permalink
refactor: add new string for permissions, make strings consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
zapteryx committed Oct 27, 2022
1 parent c18c11a commit a677719
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion locales/en/discord.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.'
}
},
Expand Down

0 comments on commit a677719

Please sign in to comment.