Commit Graph

74 Commits (23533a0b6f841cf0f4b1c05cb4b507dcd1f6aa01)

Author SHA1 Message Date
sgoudham cedf0c6353 Got rid of command timeout. Seeing if that fixes problem on linux vps 4 years ago
sgoudham 4003967af0 Refactored EVERYTHING
No more converting to strings and back to ints
Moving on from MariaD to PostGresSQL (THANK THE GODS)
Storing modmail in cache
Close to implementing circular queue for member cache
FULLY REDID COMMENTARY
Updated Version Number to 0.8.2 (Closer to v1 release!)
Gonna test commands for the cache within main.py
4 years ago
sgoudham c4dea57200 Making sure that STUPID linux can find the libs folder 4 years ago
sgoudham 2c2a4059fe Applied consistent naming style of parameters 4 years ago
sgoudham ff3ddc5f60 Applied consistent style of parameters 4 years ago
sgoudham 9843898045 Changed version string 4 years ago
sgoudham 4a6e219daf Making if statement into one line 4 years ago
sgoudham 86190a342c Renaming method to execute cause it looks better 4 years ago
sgoudham fede0c2ee5 Added logging for to check for weird ping
Made sure that bot members don't do anything when events are called
4 years ago
sgoudham 099af46d49 Moved cog loading into __init__.py 4 years ago
sgoudham d344732864 Representing the update in an embed instead of just text 4 years ago
sgoudham 1bf926b5f9 Got rid of stupid comma 4 years ago
sgoudham 97a5ff44a0 Reverting back to old way of doing cogs 4 years ago
sgoudham 27945c49eb Running cogs in main.py 4 years ago
sgoudham 39fe656a4c Moved back into root directory 4 years ago
sgoudham 3bc76e5c4b Adding setup function that loads the cogs and runs the bot 4 years ago
sgoudham 927c1bb7a6 Adding setup function that loads the cogs and runs the bot 4 years ago
sgoudham f84666c5b5 Now Running the bot within __init__.py 4 years ago
sgoudham befba74ea9 Changed version number to build up to v1 release 4 years ago
sgoudham 4b02d10d2b Made string into fstring 4 years ago
sgoudham 9be179be1c Removed comma from version number
Adding self.generate_embed()
Made on_ready a @staticmethod
4 years ago
sgoudham 6d3b93eaf3 Updating commentary 4 years ago
sgoudham a0823e8a3f main.py now moved into bot directory 4 years ago
sgoudham a047b55242 Making everything more modular by defining variables and functions within the bot subclass 4 years ago