Skip to content
Permalink
Browse files
Added server settings to the readme
  • Loading branch information
hollan84 committed May 3, 2020
1 parent 7bf6a34 commit c1090eb64b84ec9bfcd5e7fa10f1b74e99960341
Showing 1 changed file with 8 additions and 3 deletions.
@@ -8,13 +8,15 @@ More functions listed below.
* [Running The Bot](#running-the-bot)
* [Prerequisites](#prerequisites)
* [Hardware](#hardware)
* [Default Commands](#default-commands)
* [Default Commands](#default-commands)
* [Server Settings](#server-settings)
* [Set Up Bot](#setting-up-the-discord-bot)
* [Add Bot To Server](#inviting-your-bot)

## Running the bot
To run this bot, just start __run.py__ in Python3 <br/>
To change settings in this bot, run __configure.py__ in Python3
To run this bot, just start __run.py__ in Python3 <br/><br/>
To change settings in this bot, run __configure.py__ in Python3<br/>
You _don't_ need to run __configure.py__ on the first run as there is a first time setup.

### Prerequisites
You need __*Python 3.5.9*__+ and a stable internet connection in order to run this bot.
@@ -26,6 +28,9 @@ When the code is run, it should automatically install the following libraries us

If this doesn't happen, please report it as an issue and install them manually. pip3 should automatically install if you don't already have it.

### Server Settings
Make sure you have your server properties set to '''enable-query=true''' so that you can get the players online

### Hardware
You can run this bot on just about any hardware that can run Python but if you don't have a device that can keep this bot hosted 24/7, I would recommend using a [Raspberry Pi](https://www.raspberrypi.org/). They run Linux, are low cost, use very little power and are capable of running this code without an issue.

0 comments on commit c1090eb

Please sign in to comment.