Skip to content
Simpleton-Yogy edited this page Apr 30, 2021 · 3 revisions

Welcome to GLOB Wiki!

  • 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

How

  • 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
Clone this wiki locally