diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..f85b95e --- /dev/null +++ b/readme.md @@ -0,0 +1,8 @@ +# Minecraft Bedrock Discord Bot + +## How to +Make a file called `config.py` and add a `token="DiscordToken"` variable in there. +Launch the bot with `python3 main.py` and you're ready to go. Unless dependencies. Dependencies are google cloud and discord. + +This bot was built as a fork of [celesteBot](https://github.com/CelesteClassic/celestebot), so a lot of code is recycled. +Feel free to make a pull request or use the code here. |