To invite the bot to your server: https://discord.com/api/oauth2/authorize?client_id=850004714623729674&permissions=8&scope=bot Bonafide bot official discord server: https://discord.gg/E7bnXS2hpn
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Create a new Discord application here by clicking the New application
button and name it whatever you want.
Go to the Bot section on the right-hand side and click on Add Bot.
Get the bot token
To Invite the bot to your server go to Oauth2 select bot then select administrator and go to the link
Install Pipenv:
pip install pipenv
Install the required packages and the packages for development with Pipenv:
pipenv install
pipenv install --dev
Set the environment variables. Start by writing this in a file named local.env
:
TOKEN=your_bot_token
DB_URI=postgresql://user:password@db:5432/bonafide
rapid-api-key=rapi_api_key_for_fun_commands
google-api-key=google_api_key_for_youtube/google_etc.
Run the main.py file to get the bot running.
To enable music commands in bot run "java -jar Lavalink.jar" in terminal.