26 lines
No EOL
777 B
YAML
26 lines
No EOL
777 B
YAML
bot":
|
|
# Get the token by doing https://discordpy.readthedocs.io/en/stable/discord.html
|
|
# we need (privileged) Message Content Intent and the Send Message Bot permission
|
|
token: "aslkjdasjldjsaldjasl"
|
|
|
|
# Channel-ID of whitelisted Channels
|
|
channels:
|
|
- 12873281123123213213121328193
|
|
- 213021232132132131093801832
|
|
|
|
# Usernames of people that are whitelisted to send commands
|
|
whitelist:
|
|
- username
|
|
|
|
games:
|
|
# Display name
|
|
- displayname: "Minecraft Vanilla Server"
|
|
# slug is used in the actual chat commands
|
|
slug: "mc-v"
|
|
# systemd service name that you would use in 'sytemctl restart xyz'
|
|
systemd: "minecraft-vanilla01.service"
|
|
|
|
|
|
- displayname: "Minecraft AllTheMods 8"
|
|
slug: "mc-atm8"
|
|
systemd: "minecraft-allthemods8.service" |