EmperorPalpatine/config.toml.example

30 lines
688 B
Plaintext
Raw Permalink Normal View History

2024-04-02 20:39:12 -04:00
Username = "Emperor Palpatine"
KnownBots = ["AnyOSInstallBot", "Emperor Palpatine", "Emperor Kevin", "General Darian", "Specialized Egg"]
2024-04-02 20:39:12 -04:00
IPInfoToken = "1234567890"
ConnectRetryMaxSeconds = 120
VMs = [
{ Name = "VM0", URL = "wss://computernewb.com/collab-vm/vm0", Node = "vm0b0t", Password = "hunter2" },
]
[API]
ModAPIPassword = "hunter3"
HttpPort = 8696
[Discord]
Token = "abcdefg"
ModRoles = [1234567890]
ReportPingRole = 1234567890
ReportChannel = 1234567890
[Database]
Host = "127.0.0.1"
Username = "palpatine"
Password = "hunter2"
Database = "palpatine"
[[Filters]]
Description = "Contains \"fag\""
CheckUsername = true
CheckMessage = true
Regex = "fag"
Punishment = "TempMute"