Commit Graph

25 Commits (1cd254d3577241f8a48efd7820a6a54296b7d985)

Author SHA1 Message Date
sgoudham 2c9024636b Removing TODO: comments 4 years ago
sgoudham d74d4bc3d4 Replacing marriage info with cache 4 years ago
sgoudham a5cef11a2b Heavy refactoring, using cache and updating that instead of directly to the database 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 9df0c200c6 Getting rid of .format()
Made text into embeds
Simplifying code
4 years ago
sgoudham 5a9d106bd6 No need for settings.py file anymore 4 years ago
sgoudham c68b414ebd Set Case Insensitive to True 4 years ago
sgoudham a733dc137c Reformatted code
Properly indented the code
Added GPLv3 license
4 years ago
sgoudham 74f9c21ade Got rid of redefining database pool twice 4 years ago
sgoudham 55e87b3fc3 DB Connection is now created within the same event loop as client
Referencing pool connection from client/self.bot
4 years ago
sgoudham ca9681c931 Imported cog from discord.ext.commands at the top 4 years ago
sgoudham f7185eeff6 Changing from connection2 to connection 4 years ago
sgoudham d418b2170c Making error message mention user 4 years ago
sgoudham d0dc1a6618 Adding await to cursor 4 years ago
sgoudham a4cb604dec The proposal/divorce will timeout after 90 seconds
Added commentary
Updated database connections to be asynchronous
4 years ago
sgoudham 60d1271594 Adjusting for removing column discordUser 4 years ago
sgoudham d7dda002db Making on marry command asynchronous 4 years ago
sgoudham 29ad86f93a Adding bot permissions to relationship 4 years ago
sgoudham 96bf805f0c Added on_ready() listener to know when Cog is ready 4 years ago
sgoudham b00352ed72 Trying to make minfo member an optional argument 4 years ago
sgoudham 1000548765 Trying to make minfo target an optional argument 4 years ago
sgoudham 8e01c97fd9 Updating command description 4 years ago
sgoudham 9749742fdc Database connections are now more efficient 4 years ago
sgoudham 4b5e35aa45 Adding Cog description 4 years ago
sgoudham ac265cd1ff Moved Directories of Cogs 4 years ago