Skip to content

Junolia/fluffy-bubbles

This branch is up to date with VandyHacks/fluffy-bubbles:main.

Folders and files

NameName
Last commit message
Last commit date
Apr 13, 2023
Mar 24, 2023
Mar 24, 2023
Mar 24, 2023
Apr 2, 2023
Mar 24, 2023
Mar 24, 2023
Apr 5, 2023
Apr 5, 2023
Mar 29, 2023
Mar 24, 2023

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%