There are 3 languages supported nowadays, 23 of them were removed since v24.3 update. Some of they are experimental, that's mean that in localization we can make some mistakes. We're trying to improve translation with every update. If you want to help us with making a new language - welcome to developer's discordπ
According our latest planning of updates on 2024, DiscordWhitelist v24.4 will be a Language System rework. We won't say here what it'll be like, but it'll bring new language file look. With this we'll remove almost all included languages since it's really hard to maintaine them by a small team of developers. Hope you get it.
Language
Description
Status
en_US
English (United States)
Supported
ru_RU
Russian
Supported
pl_PL
Polish
Supported
uk_UA
Ukrainian
Removed since v24.3
be_BY
Belarusian
Removed since v24.3
zh_CN
Chinese (Simplified)
Removed since v24.3
cs_CZ
Czech
Removed since v24.3
nl_NL
Dutch
Removed since v24.3
et_EE
Estonian
Removed since v24.3
fi_FI
Finnish
Removed since v24.3
fr_FR
French
Removed since v24.3
ka_GE
Georgian
Removed since v24.3
de_DE
German
Removed since v24.3
el_GR
Greek
Removed since v24.3
hu_HU
Hungarian
Removed since v24.3
it_IT
Italian
Removed since v24.3
ja_JP
Japanese
Removed since v24.3
ko_KR
Korean (South Korea)
Removed since v24.3
lv_LV
Latvian
Removed since v24.3
lt_LT
Lithuanian
Removed since v24.3
pl_PLh
Polish
Removed since v24.3
pl_PLm
Polish
Removed since v24.3
pt_PT
Portuguese
Removed since v24.3
ro_RO
Romanian
Removed since v24.3
es_ES
Spanish
Removed since v24.3
sv_SE
Swedish
Removed since v24.3
tr_TR
Turkish
Removed since v24.3
You need change language? Okay. So, go to your config.yml and change Language value from en_US (default) to any other that our plugin support.
Editing config.yml
Open your config.yml. Your config will look like listed below. All values, settings and features have a comments with explanation what they do, but if you need more full explanation - feel free to use previous page.
This tutorial requires that you have activated a Discord Developer option. To do this open Discord app -> tap to 'User settings' (gear icon) -> find 'App settings' category and open 'Advanced' -> activate 'Developer mode' slider.
To use our plugin you need to create a bot(or use existing one).
If you hear about a bot creation for the first time, then this tutorial for you!
1 β To create new bot you should go to Discord Developer Portal and login into your Discord account.
2 β Tap the New Application button, give creative name for your bot.
3 β Go to Bot tab, which is located on the left half of a screen.
4 β Scroll the page slightly down and find Privileged Gateway Intents category. Enable all intents, how
shown below on the screenshot.
4 β Scroll the page slightly up and turn off Public Bot switcher if it was enabled. Then tab Reset Token
button, this will give you a bot token.
You should copy bot token and paste in your config.ymlin Token field located by Service.Token
path.
NOTE: For security reasons, plugin encrypt your Token, so you'll not be able to see your
default Token anymore inside the config.yml after plugin restart.
If you want to change encrypted Token - you need to enable(set to true)
TokenReplacement option and replace your Token, then you can reload the plugin.
Bot inviting
Many users afraid of set Administrator permission as they think our plugin by the bot can get access to their server.
So here, NO! We can't receive access from plugin to your bot or it's token.
All the values provided in config.yml stay there, we just don't need this.
You can scroll through our Discord server and get proofs of this, we are aware for users security!
So, if you still won't do this, then you need to spend a little of your time.
Instend of Administrator you'll need to allow bot (in Bot Permissions category):
γ»Change Nickname
γ»Manage Nicknames
γ»Read Messages/View Channels
γ»Send Messages
γ»Manage Messages
γ»Embed Links
γ»Read Message History
γ»Use Slash Commands
1 β Go to OAuth2tab which is located on left half of a screen.
2 β Choose URL Generator.
3 β In Scopes category choose next:
bot
applications.commands
You should have something like this
4 β In Bot Permissions category choose next:
Administrator (if you won't use this - see Information below & above)
You should have something like this
using Administrator permission
Or, if you won't use Administrator permission, see information below:
Choose next permissions:
Change Nickname
Manage Nicknames
Read Messages/View Channels
Send Messages
Manage Messages
Read Message History
Use Slash Commands
You should have something like this
without using Administrator permission
Then copy URL generated below and open it via any browser, then invite bot to your server.
Server ID
This is required to use Slash Commands on your Discord server.
1 β Click RMB on your server icon and click Copy Server ID
2 β Paste this Server ID into your config.yml in field ServerID located by path Service.ServerID