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
sgoudham
9d32a91b2c
Updated Commentary
4 years ago
sgoudham
22afa162dc
Added colour to the error embed messages
4 years ago
sgoudham
f63e008871
Added emoji for restart embed
4 years ago
sgoudham
89f689e181
Added emoji for restart embed
4 years ago
sgoudham
389356aa30
Added emoji for restart embed
4 years ago
sgoudham
9139ee8216
Trying to get delete_after working
4 years ago
sgoudham
7507675f85
Restart command is now embed
4 years ago
sgoudham
b67789d7a0
Added error handling for owner only commands
4 years ago