Commit Graph

1896 Commits (3c2eaf50823d357fe188dcd3b79d5c9f1c98e282)
 

Author SHA1 Message Date
sgoudham 3b8d8f6bbf Using .get() for python dicts to avoid KeyErrors 4 years ago
sgoudham b2dc7a168b Error handling for instagram api command 4 years ago
sgoudham 0974393ab1 Hiding statcord auth key 4 years ago
sgoudham e81db1fdb8 Publishing updates to statcord for better statistics tracking 4 years ago
sgoudham 17f806efd9 Got rid of aiofiles as it seemed to make my command extremely slow 4 years ago
sgoudham 47a4b999bc Rehauled how reaction roles work within the server 4 years ago
sgoudham 20e0046b65 Rehauled how reaction roles work within the server 4 years ago
sgoudham da10f47aea Added currently airing shows onto the commands 4 years ago
sgoudham d19eef4369 Replacing string emojis with variables 4 years ago
sgoudham 2be556c1ce Added instagram command 4 years ago
sgoudham daafd25f6c Added emojis into the bot instance 4 years ago
sgoudham 4be6c65821 Added 2 new columns to the database to check if users can be deleted from the database 4 years ago
sgoudham 2800e94090 Turning normal text errors into embeds cause why not lol 4 years ago
sgoudham b5c3454a74 Fixed not updating to cache properly
Updating stats to disforge
Refined on_member_join event for less sql statements
4 years ago
sgoudham 9090718f64 No more needing admin for modmail 4 years ago
sgoudham 0aa73b1d19 Custom error handling for ban commands
Powerban allows for banning members outside of the guild
4 years ago
sgoudham 03a1781b68 Updated commentary
Added powerban command to ban users who aren't part of the guild
4 years ago
sgoudham 1d93d8ae8c Updating emoji's as for some reason they don't work 4 years ago
sgoudham 01f5866765 Added another compliment to the compliment command 4 years ago
sgoudham fe9aecd2ae Reformatted owner commands 4 years ago
sgoudham e4ccaf30fe Normal peeps can view the status of rolepersist but not change them 4 years ago
sgoudham 06afd24d99 UPDATED README.md 4 years ago
sgoudham 4c32877322 UPDATED requirements.txt 4 years ago
sgoudham 4eb9b5816a Added a grayscale image converter
Added alias for owo command (uwu is now the same thing as owo)
4 years ago
sgoudham e526d11dd4 Adding more whitespace 4 years ago
sgoudham 818fcaf296 Deleting github actions file (I couldn't get it to work) 4 years ago
sgoudham 98f209d89c Merge remote-tracking branch 'origin/master' into master 4 years ago
sgoudham a17e573640 Making another print statement that lets me know if the member had no roles to give in the first place 4 years ago
sgoudham baf4102834 Reformatting old commands
Using emojis for True/False attributes
4 years ago
Hamothy 3db86d949d
Create python-app.yml 4 years ago
sgoudham 6c876eb909 Made embed link error message different 4 years ago
sgoudham 477160ece2 Added new commands (roleinfo and rolelist) 4 years ago
sgoudham f2f20cd1e8 Closing connection properly before shutting down bot 4 years ago
sgoudham 4d832ee799 Fixing edge case
Updated commentary
4 years ago
sgoudham 9602d908af Fixing edge case
Updated commentary
4 years ago
sgoudham bf91199689 Updated commentary 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 262a350262 letting me see the statistics for the member cache 4 years ago
sgoudham 170bc3f231 Make sure bot updates aren't triggering events
Fixing unmute and mute for working with cache
4 years ago
sgoudham b3cb2e30d2 Got rid of the testing 4 years ago
sgoudham 794bf3d21d Setting max cache length as the input size given 4 years ago
sgoudham 9aedb34069 Using cache for kiss/cuddle commands 4 years ago
sgoudham 9dc6ede0c9 Allowing me dynamically set the cache 4 years ago
sgoudham 44ce2eb1e9 Setting cache to 5000 records 4 years ago
sgoudham 7db544a7a6 Owner command for changing cache size dynamically 4 years ago
sgoudham cc984536bc Initiating cache size to 1000 4 years ago
sgoudham 3f9eb5a12d Making startup cache more readable 4 years ago
sgoudham 9e46c4ff00 Actually making commands case insensitive today 4 years ago
sgoudham 6a505bb766 Can't iterate through a dict and remove items
Now adding keys to be removed into an array and then popping those keys while iterating through array
4 years ago