You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.3 KiB
INI
40 lines
1.3 KiB
INI
[general]
|
|
; The command prefix which precedes the actual command, ie: "§" for "§command arguments".
|
|
; Will fallback to "!" if the prefix is invalid or empty.
|
|
commandPrefix = !
|
|
|
|
; Bot Owner UID, obtainable using /perm:getMyUID
|
|
owner = XXXXXXXXXXXXXXXXXX
|
|
|
|
; This bot name
|
|
name = My awesome bot
|
|
|
|
[discord]
|
|
; Change next value to true if the account is a bot, thus logins using a token.
|
|
; Don't forget to uncomment token then
|
|
isBot = false
|
|
email = bot@example.com
|
|
password = samplePassword
|
|
; token = sampleToken
|
|
|
|
[plugins]
|
|
; Comma-separated list of modules to load
|
|
; enable = net.pingex.discordbot.HelloWorldModule, net.pingex.discordbot.AnothaModule, fr.w4rell.discordbot.ThemeSombreModule
|
|
enable = net.pingex.discordbot.HelloWorldModule
|
|
|
|
[permissions]
|
|
; The location of the permissions file, defaulting to `permissions.json` if not specified
|
|
file = permissions.json
|
|
|
|
[leagueofdiscord]
|
|
; LoL Region to focus requests on. Invalid region will fallback on NA.
|
|
region = NA
|
|
|
|
; The API key Riot gave you. Empty key will disable the module.
|
|
; This key serves as an example and is invalid. You can get a key by visiting https://developer.riotgames.com (LoL account required)
|
|
apikey = a3cd6695-2174-4ea8-ac97-414f6dfc8826
|
|
|
|
[botstatus]
|
|
; Text channels containing this string sequence as MOTD will receive all bot logs.
|
|
; An empty value will disable
|
|
botlog_detection = %botlog% |