Commit Graph

33 Commits (45122316de804728f4669e33bc21870c39d3eebd)

Author SHA1 Message Date
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 80cf8bcb9c Removing .format() in favour of fstrings 4 years ago
sgoudham f932485df0 Made sure that settings.py file is not used anymore 4 years ago
sgoudham c68b414ebd Set Case Insensitive to True 4 years ago
sgoudham aea5e0f49d Added GPLv3 license 4 years ago
sgoudham 9eaec6da73 Moved prefix command into the help.py 4 years ago
sgoudham c1f5e3a2fb Reformatted embed 4 years ago
sgoudham eb6eb5d7b8 Added/Updated Commentary 4 years ago
sgoudham 761f665f29 Changed paramater from "command" to "cmd" 4 years ago
sgoudham 29900e11a2 Moved help commands into help Cog 4 years ago
sgoudham 26ccb31bcc Added feedback command 4 years ago
sgoudham 59d3cfbda8 Added help cog 4 years ago
sgoudham 2467b66050 6 commands per page within the cog 4 years ago
sgoudham 93f7265f68 Added handling for more edge cases 4 years ago
sgoudham bebe5130f4 Updating to 4 commands per page 4 years ago
sgoudham 604d5104bd Reformatting footer text 4 years ago
sgoudham 7bd0353892 Reformatting footer text 4 years ago
sgoudham 5bfe9d408c Making ` not appear in text when command has no signature 4 years ago
sgoudham 31becc8125 Checking if the command has a usage and a signature 4 years ago
sgoudham 7407e9473a Accounting for when there is no command usage 4 years ago
sgoudham 3f8a3ce312 Making else into elif 4 years ago
sgoudham 1337c6c193 Displaying 6 commands per page 4 years ago
sgoudham 8622a7f63e Adding another exception case to the help command. Making it so that it's correctly formatted 4 years ago
sgoudham 1dd429e74d Reformatting error messages 4 years ago
sgoudham 48332a1d83 Getting rid of await can run 4 years ago
sgoudham 62b925ad01 Displaying all commands even if they can't be ran 4 years ago
sgoudham e06e662447 Trying to change per page commands showing up 4 years ago
sgoudham 74d2c0799c Made sure that the command works in dms with thumbnails 4 years ago
sgoudham ad17aa6a95 Made sure that if the commmand is a group, it doesn't try to access the command signature 4 years ago
sgoudham ef177ab906 Renaming Paginator to help.py 4 years ago
sgoudham edc7e7b2f7 Adding Cog description 4 years ago
sgoudham 260d09b3d8 Changing Class name 4 years ago
sgoudham ac265cd1ff Moved Directories of Cogs 4 years ago