diff options
author | ziro <palembani@gmail.com> | 2020-08-05 03:53:17 +0000 |
---|---|---|
committer | ziro <palembani@gmail.com> | 2020-08-05 03:53:17 +0000 |
commit | c69d0ff2cfcf9de0c162e27e75cb6f6a945c61bc (patch) | |
tree | 8b0c2fd8fecb9df61b33bd5998aafc0425b34070 /readme.md | |
parent | 7e3f3e006d3cf29001e3990375d028dc9c91b757 (diff) | |
download | steve-bot-c69d0ff2cfcf9de0c162e27e75cb6f6a945c61bc.tar steve-bot-c69d0ff2cfcf9de0c162e27e75cb6f6a945c61bc.tar.gz steve-bot-c69d0ff2cfcf9de0c162e27e75cb6f6a945c61bc.tar.bz2 steve-bot-c69d0ff2cfcf9de0c162e27e75cb6f6a945c61bc.tar.lz steve-bot-c69d0ff2cfcf9de0c162e27e75cb6f6a945c61bc.tar.xz steve-bot-c69d0ff2cfcf9de0c162e27e75cb6f6a945c61bc.tar.zst steve-bot-c69d0ff2cfcf9de0c162e27e75cb6f6a945c61bc.zip |
+ Tweaking
Diffstat (limited to 'readme.md')
-rwxr-xr-x | readme.md | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/readme.md b/readme.md deleted file mode 100755 index 245abe1..0000000 --- a/readme.md +++ /dev/null @@ -1,25 +0,0 @@ -# Minecraft Bedrock Discord Bot - -## How to -Launch the bot with `python3 main.py` and you're ready to go. Unless dependencies. Dependencies are google cloud and discord. - -Install the dependencies with `python -m pip install -r requirements.txt` - -A few "dangerous" commands such as `!purge` are restriced to `bot_masters`, to add a bot master add it to `config.json`. Example: -```json -{ - "token": "your_bot_token", - "<guild_id>": { - "bot_masters": <users_discord_id> - } -} -``` -`guild_id` is the ID of the discord server in the form of a string while user IDs are integers - -You can also use lists, for example: `"bot_masters": [280428276810383370, 99457716614885376]` - -A user added as a botmaster will be able to edit the config via discord with the command `!setvar <var_name> <var_value>` -`!setvar` also supports lists which can be added like so: `!setvar <var_name> [<index 0>, <index 1>]` - -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. |