mirror of
https://github.com/RGBCube/minearchy-bot
synced 2025-07-27 17:07:45 +00:00
stuff
This commit is contained in:
parent
d2f19f0e8a
commit
0f40fc65d0
2 changed files with 14 additions and 5 deletions
13
README.md
13
README.md
|
@ -1,5 +1,14 @@
|
||||||
# Minearchy Bot
|
# Minearchy Bot
|
||||||
This is a simple bot made for the Minearchy Discord server.
|
This is a simple bot made for the [Minearchy Discord](https://discord.gg/2n6T78JS9k) server.
|
||||||
|
|
||||||
|
## Installing
|
||||||
|
1: Clone this repo and `cd` into it.
|
||||||
|
|
||||||
|
2: Edit the `config.example.json` to your liking and rename it to `config.json`.
|
||||||
|
|
||||||
|
3: If you are using replit, set the `USING_REPLIT` variable to `true` (or any non-empty string works, really).
|
||||||
|
|
||||||
|
4: Run `python bot.py`.
|
||||||
|
|
||||||
## Commands
|
## Commands
|
||||||
|
|
||||||
|
@ -12,7 +21,7 @@ This is a simple bot made for the Minearchy Discord server.
|
||||||
|
|
||||||
`=wiki`: Sends a link to the wiki.
|
`=wiki`: Sends a link to the wiki.
|
||||||
|
|
||||||
### Miscellanios Commands
|
### Miscellaneous Commands
|
||||||
`=hello`: Hello!
|
`=hello`: Hello!
|
||||||
|
|
||||||
`=help`: Sends bot help.
|
`=help`: Sends bot help.
|
||||||
|
|
|
@ -2,6 +2,6 @@
|
||||||
"BEDROCK_IP": "bedrock.landsofminearchy.com",
|
"BEDROCK_IP": "bedrock.landsofminearchy.com",
|
||||||
"JAVA_IP": "play.landsofminearchy.com",
|
"JAVA_IP": "play.landsofminearchy.com",
|
||||||
"BOT_PREFIX": "=",
|
"BOT_PREFIX": "=",
|
||||||
"BOT_TOKEN": "xxxxxxxxxxxxxxxxxxxxxxxxx(also env files work with this too)",
|
"BOT_TOKEN": "xxxxxxxxxxxxxxxxxxxxxxxxx(you can also store this in ENV)",
|
||||||
"WEBHOOK_URL": "xxxxxxxxxxxxxxxxxxxxxxx(also env files work with this too)"
|
"WEBHOOK_URL": "xxxxxxxxxxxxxxxxxxxxxxx(you can also store this in ENV)"
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue