VandyHacks / fluffy-bubbles

Discord Bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FLUFFY BUBBLES DISCORD BOT

This discord bot is intended to be used during the VandyHacks discord server / Vanderbilt Universities hackathon event

This bot is templated off of https://github.com/kkrypt0nn/Python-Discord-Bot-Template

To get started, make sure you have git and python3 installed, then simply clone this repository using git clone https://github.com/VandyHacks/fluffy-bubbles

Install all the dependencies using python -m pip install -r requirements.txt

After that make sure to create a discord bot and a new file called config.json (refer to sample_config.json)

How config.json is set up:

Variable What it is
YOUR_BOT_PREFIX_HERE The prefix you want to use for normal commands
YOUR_BOT_TOKEN_HERE The token of your bot
YOUR_BOT_PERMISSIONS_HERE The permissions integer your bot needs when it gets invited
YOUR_APPLICATION_ID_HERE The application ID of your bot
OWNERS The user ID of all the bot owners

You can now run the program by typing:

python bot.py

About

Discord Bot


Languages

Language:Python 100.0%