This repository has been archived by the owner on Nov 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 59
Additional configuration
drizzle-mizzle edited this page Sep 20, 2023
·
31 revisions
-
If you want to give other users ability to configure the bot, give them a role and place its name in
discord_bot_role
.- (if bot has a Manage Roles permission, it can create this role by itself in the moment when it will join the server)
-
- e.g.
.ai #reset
where.ai
is a call prefix and#
is command subprefix - It's needed so you would not accidentally trigger the command when you talk with a character
- e.g.
-
- see
private
command
- see
-
audience_mode_quote_format
- Custom quote format for the audience mode. Change it if you talk with your characters on the language that is different from English, or if you need some specific format for RP.- see example
-
Specify
default_replies_delay
with a time (in seconds) you want your characters to wait before responding. Useful for channels where you have two characters talk to each other.- see
delay
command
- see
-
Specify
custom_chrome_directory
with a path you want bot to download chrome into. Can be used for several bots at once for space saving.- ex. Linux:
"~/some_folder/chrome_browser_folder"
; - ex. Windows (double slash required):
"C:\\some_folder\\chrome_browser_folder"
.
- ex. Linux:
-
Specify
custom_chrome_executable_full_path
with a full path to predownloaded chrome/chromium executable file (it will overwritecustom_chrome_directory
setting). Use it if you want bot to use one of your pre-installed browsers, or if you have issues with an embedded one. You can download it here.- ex. Linux:
"~/some_folder/chrome_browser_folder/chrome"
; - ex. Windows (double slash required):
"C:\\some_folder\\chrome_browser_folder\\chrome.exe"
.
- ex. Linux:
-
⚡
public_mode
andhoster_discord_id
- see Public mode. -
Set
enable_translate_button
totrue
and specifydeepl_api_token
with your DeepL API token if you want to use embedded messages translator.- To get a token, you will need to create a DeepL account and subscribe on a (free or paid) DeepL API plan.
-
Specify
default_translate_language
with a language you wanttranslate button
to translate messages on by default.- You can see all supported languages here: DeepL API Docs
-
- (experimental, not all errors can be captured)