lang bullshit
This commit is contained in:
parent
31e6e8bd11
commit
f5f3841f84
@ -36,6 +36,33 @@ Successfully set {type} to expire in `{time}` time.
|
|||||||
[S_MODPOINTS_TOGGLE]
|
[S_MODPOINTS_TOGGLE]
|
||||||
Successfully toggled 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
|
//modlogs setting
|
||||||
|
|
||||||
[S_MODERATIONLOG_DESCRIPTION]
|
[S_MODERATIONLOG_DESCRIPTION]
|
||||||
|
@ -1,5 +1,18 @@
|
|||||||
//Guild Settings
|
//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
|
//guildPrefix Setting
|
||||||
|
|
||||||
@ -18,6 +31,23 @@ The guild prefix cannot include spaces.
|
|||||||
[S_GUILDPREFIX_RESET]
|
[S_GUILDPREFIX_RESET]
|
||||||
Successfully reset the guild prefix to `{prefix}`.
|
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
|
//permissionType Setting
|
||||||
|
|
||||||
[S_PERMISSIONTYPE_DESCRIPTION]
|
[S_PERMISSIONTYPE_DESCRIPTION]
|
||||||
|
Loading…
Reference in New Issue
Block a user