pingex
/
DiscordBot
Archived
1
0
Fork 0
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
DiscordBot/config.example.ini

24 lines
826 B
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
[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