Skip to content

A discord bot meant to encapsulate the use of all other bots

Notifications You must be signed in to change notification settings

scorrette/that-community-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

That Community Bot (TCB)

The TCB discord bot is currently being designed to fit some odds and ends of features any community may want on their discord server.

Usage

Use the package manager pip to install necessary packages to run the bot.

pip3 install -U discord.py
pip3 install -U python-dotenv

Create a .env file in the same directory as the code that contains the following information:

DISCORD_TOKEN=<discord-bot-token>
DATABASE=<path-to-db-file>

Where <discord-bot-token> would be replaced with your particular bot token. Where <path-to-db-file> would be replaced with a local path to where you would like the database file to be saved.

Then run bot.py using python3 bot.py

Contributing

Please look for any currently open issues or submit a pull request with a feature you would like to have added!

About

A discord bot meant to encapsulate the use of all other bots

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages