Commit Graph

193 Commits (94b529a300accf7c44126eda32c82faf2e9e146d)

Author SHA1 Message Date
sgoudham 673a518d31 Removed 99% of code from main.py and put it into __init__.py 4 years ago
sgoudham c68b414ebd Set Case Insensitive to True 4 years ago
sgoudham aea5e0f49d Added GPLv3 license 4 years ago
sgoudham 6676161a5f Not using f strings anymore 4 years ago
sgoudham b1981ee5a8 Closing session after updating stats to discord.bots.gg 4 years ago
sgoudham 0780c83c35 Turning insert statement into f string instead of using + operator to join string 4 years ago
sgoudham 799e5fa4ee Only storing roles that are not managed 4 years ago
sgoudham ac8df1f96c Checking channel permissions instead of guild wide permissions as it is more accurate. Less chance for errors 4 years ago
sgoudham 1672e8d091 Added check back 4 years ago
sgoudham 6dde9fa13e Removed unnecessary check 4 years ago
sgoudham 177fcc6a4c Added rolepersist to the cache
Reworked error handling so it looks cleaner
Only adding roles back if rolepersist is enabled
4 years ago
sgoudham 66a94eba4c Only sending error message when the bot has permissions 4 years ago
sgoudham 0ca820abe7 Made sure insufficient permissions aren't always being thrown 4 years ago
sgoudham a75c5be078 Removing logging 4 years ago
sgoudham d8f4fea436 Creating logging. Trying to reproduce error 4 years ago
sgoudham bb409fce61 Catching error in restart command 4 years ago
sgoudham 68a91ea675 Removed prefix command from main.py
Got rid of unnecessary print statements
Status updated every 10 minutes
4 years ago
sgoudham 774b9ff818 Updated print statements for databases
Added method to post guild count on discord.bots.gg
Status changes every 5 minutes instead of 2
Try/excepting HTTPException instead of broad "Exception"
4 years ago
sgoudham 57f2d1b34f Trying to get rid of runtime error 4 years ago
sgoudham 5468a3133f Added error handling for Error messages 4 years ago
sgoudham 128e25cf8c Added error handling for Error messages 4 years ago
sgoudham 932cd9fb74 Added try/except back in 4 years ago
sgoudham da4ed6ab8f Reverting back to just client.logout() 4 years ago
sgoudham b0f8f55398 Rearranging the order 4 years ago
sgoudham 0be232c7eb Closing loop instead of stopping it 4 years ago
sgoudham 27bf0648c7 Trying to stop loop before restarting the bot 4 years ago
sgoudham 0e975f5a38 Added client.close() to make sure that the event loop is closed 4 years ago
sgoudham 21865bafc4 Added try/except for role additions 4 years ago
sgoudham 00d87ce89d Got rid of useless connection again 4 years ago
sgoudham 54eb5a1b9f Got rid of useless connection again 4 years ago
sgoudham 8450d68e2c Removed help commands 4 years ago
sgoudham 81176ac1cd Got rid of try/except 4 years ago
sgoudham 987a204ff7 Fixed support embed formatting 4 years ago
sgoudham 11e49fa6bb Hid all values of database connection for increased security
Updated commentary
Added support server command
4 years ago
sgoudham b60aa83c9c Hid all values of database connection for increased security
Updated commentary
Added support server command
4 years ago
sgoudham 72001f3e78 Hid all values of database connection for increased security
Updated commentary
Added support server command
4 years ago
sgoudham 34b67f30af Restructured Code 4 years ago
sgoudham d1e1eb2fc8 DB Connection is now created within the same event loop as client
Referencing pool connection from client/self.bot
4 years ago
sgoudham ca66d108cf Moved DB Connection to main.py
DB Connection is now created within the same event loop as client
4 years ago
sgoudham 5a1ddb2d0c Updated print statement for Member Remove 4 years ago
sgoudham db45ae8a1b On Member Remove, roles of the user are stored within the database
On Member Join, member information is stored/roles are given back/roles are then deleted
4 years ago
sgoudham b21f7e9a56 Added back error handling for missing permissions 4 years ago
sgoudham e2e0e4261b Reverted from .format to f" 4 years ago
sgoudham 5d86190927 Moving to cache system only using one dict 4 years ago
sgoudham ca502ebd7d Putting the nicknames back into commentary 4 years ago
sgoudham 89a9fb7997 Just for fun 4 years ago
sgoudham 5ca6717b0e Saving fun code for later in commentary 4 years ago
sgoudham 9296a82d16 Updated Commentary 4 years ago
sgoudham 77d85447e0 Added colour to reboot embed 4 years ago
sgoudham 89ceca47ce Updated Commentary
Missing user permissions are now displayed
4 years ago