| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This bot was made for handling tags for the BytesToBits Discord server.
from typing import ClassVar
class Bot:
TOKEN: ClassVar[str] = "your-bot-token"
DEV_TOKEN: ClassVar[str] = "test-bot-token" # (OPTIONAL TO RUN WITH THE DEV FLAG)
GUILDS: ClassVar[str] = [1234] # the server IDs to register slash commands
MONGO_URI: ClassVar[str] = "mongo-uri" # the mongo DB URI, view below for how to create a free mongo DBpoetry install
poetry run python3 main.py
poetry run python3 main.py --dev
You can get a free 500MB Database from MongoDB Atlas. That will last for a really long time.
Head over to Atlas and create a new account. You will then be greeted with this panel.

Select the FREE one and give it a name. Follow these steps;
If you wish to contribute to the bot, please make sure you have a reason to do so. Avoid any small commits such as, renaming variables, changing the way a function works with no benefit, and such. And make sure your commit messages are short but descriptive.
Read this article to learn more
| Back | FazBrowse Home | New Git URL |