diff --git a/language/languages/en_us/settings/en_us_moderation.lang b/language/languages/en_us/settings/en_us_moderation.lang index e2a7281..7348231 100644 --- a/language/languages/en_us/settings/en_us_moderation.lang +++ b/language/languages/en_us/settings/en_us_moderation.lang @@ -36,6 +36,33 @@ Successfully set {type} to expire in `{time}` time. [S_MODPOINTS_TOGGLE] Successfully toggled modpoints {toggle}. +//IGNORE SETTING +[S_IGNORE_DESCRIPTION] +Define the channels that the bot will ignore commands in from non-bypassed users. + +[S_IGNORE_ADD] +Successfully added the following channels to the ignore list: +`{changes}` + +[S_IGNORE_REMOVE] +Successfully removed the following channels from the ignore list: +`{changes}` + +[S_IGNORE_LIST] +The following channels are being ignored by the bot: +`{channels}` + +The following roles have ignore bypass enabled: +`{roles}` + +[S_IGNORE_BYPASS_ADD] +Successfully added the following roles to the ignore bypass: +`{changes}` + +[S_IGNORE_BYPASS_REMOVE] +Successfully removed the following roles from the ignore bypass: +`{changes}` + //modlogs setting [S_MODERATIONLOG_DESCRIPTION] diff --git a/language/languages/en_us/settings/en_us_utility.lang b/language/languages/en_us/settings/en_us_utility.lang index 91e37bd..04538b0 100644 --- a/language/languages/en_us/settings/en_us_utility.lang +++ b/language/languages/en_us/settings/en_us_utility.lang @@ -1,5 +1,18 @@ //Guild Settings +//GUILD INDEXING + +[S_INDEX_DESCRIPTION] +Configure guild indexing and description for your guild. + +[S_INDEX_DESCRIPTION_SET] +Successfully set the guild description to +``` +{changes} +``` + +[S_INDEX_TOGGLE] +Successfully toggled guild indexing `{toggle}` //guildPrefix Setting @@ -18,6 +31,23 @@ The guild prefix cannot include spaces. [S_GUILDPREFIX_RESET] Successfully reset the guild prefix to `{prefix}`. +//autorole setting + +[S_AUTOROLE_DESCRIPTION] +Configure automatic role assignment in your guild. + +[S_AUTOROLE_ADD] +Successfully added the following roles to autorole: +`{changes}` + +[S_AUTOROLE_REMOVE] +Successfully removed the following roles from autorole: +`{changes}` + +[S_AUTOROLE_LIST] +The following roles are added to users upon join. +{list} + //permissionType Setting [S_PERMISSIONTYPE_DESCRIPTION]