From ad20b2a59907d0fbc8b53f835834cdaf015676ef Mon Sep 17 00:00:00 2001 From: poslop Date: Tue, 6 Dec 2022 14:29:36 -0600 Subject: [PATCH] conf --- config.toml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 config.toml diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..59585e1 --- /dev/null +++ b/config.toml @@ -0,0 +1,22 @@ +# Discord bot token +discord_token = "" + +# Ip of the mindustry server +ip = "localhost" + +# Port of the mindustry server socket +# Run 'config socketInputPort' in the mindustry console to find this port +port = "6859" + +# Prefix used to call commands +# Can be any word letter or symbol +prefix = ";" + +# These are the roles needed in order to use the associated command +# If an invalid role is used it will be ignored. If all the roles are invalid or the list is empty then anyone can use the command +[roles] +# Auth command +auth = [""] + +# console command +cons = ["738543444322156574", "822523680391037009"]