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 |
sgoudham
|
fc9dbdfcf9
|
Added error handling for owner only commands
|
4 years ago |
sgoudham
|
f24bf0ecb2
|
Turning error handling messages into embeds
|
4 years ago |
sgoudham
|
02554c9efd
|
Making missing permissions command an embed
|
4 years ago |
sgoudham
|
63567344f6
|
Making missing permissions command an embed
|
4 years ago |
sgoudham
|
3827cd622d
|
Restructuring code
|
4 years ago |
sgoudham
|
86928b76dc
|
Error messages don't disappear now
|
4 years ago |
sgoudham
|
010a8a9ce0
|
Changing from connection2 to connection
|
4 years ago |
sgoudham
|
7520602a92
|
Added confirmation for the database reload
|
4 years ago |
sgoudham
|
fe2d1ac0b3
|
Reworked all database connections within main.py
Database connections should now be asynchronous
SQL statements now can handle duplicate key entries
|
4 years ago |
sgoudham
|
7e9a8aeaab
|
Trying to get asynchronous database connections working
|
4 years ago |
sgoudham
|
5d67859ab4
|
Making it insert ignore instead of just insert
|
4 years ago |
sgoudham
|
adc86c02cc
|
Reverting back to inefficient blocking connections
|
4 years ago |
sgoudham
|
7fb3453a68
|
Removing executemany
|
4 years ago |
sgoudham
|
a8c4e48280
|
Using insert ignore instead of just insert
|
4 years ago |
sgoudham
|
0a04171db7
|
Removing discord username from the insert statement (I admit defeat. You win MYSQL, You win 😭)
|
4 years ago |
sgoudham
|
8f5ce3de0f
|
Specifying that the prefix has to be less than or equal to 5 characters
|
4 years ago |
sgoudham
|
e67ff3699e
|
Fixing error that 5 character prefixes won't work
|
4 years ago |
sgoudham
|
00c4a1082b
|
Minimising the problem of blocking (Problem still exists)
Also removing on_member_delete
|
4 years ago |
sgoudham
|
28f9a61033
|
Updating commentary
Adding modlogs channel to cache on guild_join and removing it from cache on guild_leave
|
4 years ago |
sgoudham
|
21208a0014
|
Moving all prefix functions into settings.py
|
4 years ago |
sgoudham
|
b56aa88eba
|
Added plural
|
4 years ago |
sgoudham
|
fcbcbe2cde
|
Making it the command arguments optional for prefix and help
|
4 years ago |
sgoudham
|
8a74a16713
|
Reformatting error message
|
4 years ago |
sgoudham
|
3ebf9466e1
|
Increasing sleep from 5 to 10 seconds allowing the user more time to read the message
Adding more specific help
|
4 years ago |