diff --git a/src/localization/en_gb/commands/en_gb_utility.lang b/src/localization/en_gb/commands/en_gb_utility.lang index e3bc131..9e579e2 100644 --- a/src/localization/en_gb/commands/en_gb_utility.lang +++ b/src/localization/en_gb/commands/en_gb_utility.lang @@ -31,4 +31,44 @@ Deleted the reminder. You have no active reminders. [COMMAND_REMIND_CONTENT_FILTERED] -The content in your reminder was filtered. \ No newline at end of file +The content in your reminder was filtered. + +// Poll command + +[COMMAND_POLL_QUESTION] +Please respond with question {number}. +Respond with `cancel` to cancel the poll. +Respond with `stop` to instead go ahead with the given questions. + +[COMMAND_POLL_TIMEOUT] +Command timed out. + +[COMMAND_POLL_DURATION] +How long should the poll run for? +Respond with `skip` to have the poll run infinitely. + +[COMMAND_POLL_MULTICHOICE] +Should the poll be multi choice? +Respond with **y**es or **n**o + +[COMMAND_POLL_BOT_PERMS] +Bot is missing the following permissions in <#{channel}>: +{missing} + +[COMMAND_POLL_USER_PERMS] +You are missing the send messages permissions in <#{channel}>. + +[COMMAND_POLL_TITLE] +{user} started a poll. + +[COMMAND_POLL_START] +Started a poll in <#{channel}> + +[COMMAND_POLL_DESCRIPTION_MULTI] +You can choose multiple options. + +[COMMAND_POLL_DESCRIPTION] +You can choose one option. + +[COMMAND_POLL_STARTING] +{emoji_loading} Starting poll... \ No newline at end of file diff --git a/src/localization/en_gb/general/en_gb_errors.lang b/src/localization/en_gb/general/en_gb_errors.lang index 1eb8aae..0287e98 100644 --- a/src/localization/en_gb/general/en_gb_errors.lang +++ b/src/localization/en_gb/general/en_gb_errors.lang @@ -19,6 +19,10 @@ Missing `{perms}` permission(s) in {emoji_text-channel}**{channel}**. [ERR_MISSING_PERMISSIONS] You lack the necessary permissions for that. +[ERR_BOT_MISSING_PERMISSIONS] +The bot is missing the following permissions: +{missing} + [C_MUTE_INVALIDMUTEROLE_AUTOMOD] It seems like the mute role was deleted, use the command `-set mute` for more information. diff --git a/src/localization/en_gb/general/en_gb_general.lang b/src/localization/en_gb/general/en_gb_general.lang index 3b148a1..154936a 100644 --- a/src/localization/en_gb/general/en_gb_general.lang +++ b/src/localization/en_gb/general/en_gb_general.lang @@ -1,3 +1,6 @@ +[GENERAL_CANCELLED] +Cancelled. + [GENERAL_REMINDER_TITLE] :alarm_clock: **REMINDER**