Welcome to the Partnerships Bot FAQ!
- The Bot is made in Python
- Using more than 19 questions may break the bot.
- It can be hosted on anyone OS with Python
- It's for a single server, meaning if you want more applications you're going to have to host it on more than one instance.
- You neeed python 3.6 or higher
- Clone the git repository with
git clone https://github.com/JustMaffie/Discord-Partnerships-Bot partnersbot && cd partnersbot
- Install the requirements with
python3.6 -m pip install --upgrade -r requirements.txt
- Run the bot with
python3.6 bot.py
, it will generate the config file and exit - Edit the config in
data/config.json
to your needs - Now you can start a bot with
python3.6 bot.py
Please notice that on windows the commands may be different, you can join our support server if you need help
- You may not remove the credit in the bot
- You may not claim this bot as your own
Create an application on the discord bot dev page! https://discordapp.com/developers/applications/me/create
Just invite the bot to your server through: https://discordapp.com/oauth2/authorize?client_id=12345678&scope=bot&permissions=66186303 (Add the client ID where "12345678" is)