-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Simpleton-Yogy edited this page Apr 30, 2021
·
3 revisions
- GLOB stands for Generally Literally Obligatory Bot
- He is meant to be general purpose bot with common features to manage your server
- The bot is using Cog managment system, so it's easy to give him more functionality or delete some of it
- GLOB is entirely written in Python
- He is using sqlite as his database
-
.env
file is there to store all your sensitive data, that's why it's not in the repo - Thanks to satcom886 GLOB can be run in container
- As said previously, cog system is used to manage modules, more about that can be found on the Cog managment page