Commit Graph

  • c87d9b719a Updated bot permissions for serverinfo sgoudham 2020-07-28 01:32:41 +0100
  • 120b247fd8 Updated bot permissions for serverinfo sgoudham 2020-07-28 01:29:02 +0100
  • 7f78420e9f Added listener for when member leaves the user and then sends the logs to the modlogs channel (if user has setup modlogs channel in their server) sgoudham 2020-07-28 01:07:21 +0100
  • a22ef89cc6 Removing Ange sgoudham 2020-07-28 00:42:08 +0100
  • 8ce5292574 Removing manual girl toothbrush sgoudham 2020-07-28 00:41:25 +0100
  • ae90433ee1 Deleted ange from the bot sgoudham 2020-07-28 00:41:06 +0100
  • ce2545d8f1 Splitting lines of code into Code/Blank/Commentary/Total/Files Adding discord statistics (Guilds/Channels/Emojis/Commands and Users) sgoudham 2020-07-28 00:30:03 +0100
  • a244813526 Splitting lines of code into Code/Blank/Commentary/Total/Files sgoudham 2020-07-28 00:03:28 +0100
  • 517c2889da Adding channels to the bot stats sgoudham 2020-07-27 23:37:20 +0100
  • 0d6ada402d Changing avatar url to the Enso Chan sgoudham 2020-07-27 23:15:36 +0100
  • 77c3d942d8 Correctly displaying github link sgoudham 2020-07-27 23:10:28 +0100
  • 4ec192c215 Changing "binfo" to "about" Including github link Adding edge cases where the user has no roles and no key permissions sgoudham 2020-07-27 23:07:56 +0100
  • 902ea30c95 Made more database connections Asynchronous sgoudham 2020-07-27 22:20:56 +0100
  • 0da671f5f5 Made more database connections Asynchronous Addded listener for bulk deletion of messages and to log them in the modlogs channel if it was setup sgoudham 2020-07-27 21:59:40 +0100
  • ee41ce03b7 Fixed small error in calling database connection Made more database connections Asynchronous sgoudham 2020-07-27 21:47:53 +0100
  • 6b868ac6a0 Changed name from connection to startup_connection sgoudham 2020-07-27 21:45:28 +0100
  • 3dc8744024 Making it just one connection Changing name of the previous name so I know the difference between Asynchronous and Blocking connections sgoudham 2020-07-27 21:44:31 +0100
  • 529494bc54 Made database connections Asynchronous Changing authors name to display name sgoudham 2020-07-27 21:42:41 +0100
  • f7185eeff6 Changing from connection2 to connection sgoudham 2020-07-27 21:30:48 +0100
  • 010a8a9ce0 Changing from connection2 to connection sgoudham 2020-07-27 21:30:06 +0100
  • 18b91d66e5 Made the colour enso_embedmod_colours sgoudham 2020-07-27 21:21:17 +0100
  • 7520602a92 Added confirmation for the database reload sgoudham 2020-07-27 21:09:47 +0100
  • eb75dbeefc Made database connections Asynchronous Added random hex code generator sgoudham 2020-07-27 21:08:03 +0100
  • 6db25d32a3 Adding listener to log purged messages sgoudham 2020-07-27 20:21:35 +0100
  • e8d69e92e9 Adding function to generate random hex colour sgoudham 2020-07-27 19:46:14 +0100
  • d418b2170c Making error message mention user sgoudham 2020-07-27 11:37:21 +0100
  • d0dc1a6618 Adding await to cursor sgoudham 2020-07-27 11:36:50 +0100
  • a4cb604dec The proposal/divorce will timeout after 90 seconds Added commentary Updated database connections to be asynchronous sgoudham 2020-07-27 11:33:38 +0100
  • c62f6ec45d Getting rid of Husk in anime commands sgoudham 2020-07-27 10:13:47 +0100
  • fe2d1ac0b3 Reworked all database connections within main.py Database connections should now be asynchronous SQL statements now can handle duplicate key entries sgoudham 2020-07-27 09:45:11 +0100
  • 7e9a8aeaab Trying to get asynchronous database connections working sgoudham 2020-07-27 07:03:21 +0100
  • 5d67859ab4 Making it insert ignore instead of just insert sgoudham 2020-07-27 06:44:26 +0100
  • 32f5355a0a Using the new asynchronous db connections sgoudham 2020-07-26 17:48:27 +0100
  • adc86c02cc Reverting back to inefficient blocking connections sgoudham 2020-07-26 17:48:07 +0100
  • 7fb3453a68 Removing executemany sgoudham 2020-07-26 17:28:32 +0100
  • 60d1271594 Adjusting for removing column discordUser sgoudham 2020-07-26 17:25:19 +0100
  • 893deb1544 Adjusting for removing column discordUser sgoudham 2020-07-26 17:23:21 +0100
  • a8c4e48280 Using insert ignore instead of just insert sgoudham 2020-07-26 17:20:39 +0100
  • 0a04171db7 Removing discord username from the insert statement (I admit defeat. You win MYSQL, You win 😭) sgoudham 2020-07-26 17:16:21 +0100
  • d7dda002db Making on marry command asynchronous sgoudham 2020-07-26 14:47:15 +0100
  • 3bf36caefa Updating README.md sgoudham 2020-07-26 14:30:22 +0100
  • 8f5ce3de0f Specifying that the prefix has to be less than or equal to 5 characters sgoudham 2020-07-26 13:17:24 +0100
  • e67ff3699e Fixing error that 5 character prefixes won't work sgoudham 2020-07-26 13:15:43 +0100
  • 00c4a1082b Minimising the problem of blocking (Problem still exists) Also removing on_member_delete sgoudham 2020-07-26 13:03:59 +0100
  • 0c4ccebdef Made sure that modlogs channel is only deleted if it has a value within it sgoudham 2020-07-26 11:57:17 +0100
  • 8274b2bc61 Added a modlogs system If modlogs channel has been setup, embeds will be sent there. If not then the embed will be sent to the channel that the user is in. Updated/Added commentary sgoudham 2020-07-26 10:09:13 +0100
  • 5bfe9d408c Making ` not appear in text when command has no signature sgoudham 2020-07-26 10:05:40 +0100
  • 31becc8125 Checking if the command has a usage and a signature sgoudham 2020-07-26 09:38:23 +0100
  • 7407e9473a Accounting for when there is no command usage sgoudham 2020-07-26 09:36:55 +0100
  • 3f8a3ce312 Making else into elif sgoudham 2020-07-26 09:35:30 +0100
  • 1337c6c193 Displaying 6 commands per page sgoudham 2020-07-26 09:33:09 +0100
  • 1f092a1a46 Updating insult grammar sgoudham 2020-07-26 09:24:31 +0100
  • ca3b1a56ff Updating confirmation message markdown sgoudham 2020-07-26 09:21:23 +0100
  • de0988dc15 Added commentary sgoudham 2020-07-26 09:14:33 +0100
  • 28f9a61033 Updating commentary Adding modlogs channel to cache on guild_join and removing it from cache on guild_leave sgoudham 2020-07-26 09:13:35 +0100
  • 16ec0258c1 Don't need to check if it's None cause we can handle None Exception Added another function to completely remove the modlogs value from dict sgoudham 2020-07-26 09:11:30 +0100
  • 8f97cb51cd Updating commentary sgoudham 2020-07-26 08:24:15 +0100
  • f9498302f4 Adding commentary sgoudham 2020-07-26 08:22:50 +0100
  • 8622a7f63e Adding another exception case to the help command. Making it so that it's correctly formatted sgoudham 2020-07-26 08:08:56 +0100
  • de15276946 Doing more database checks within settings.py sgoudham 2020-07-26 08:01:07 +0100
  • 83e4f42ab8 Return None if channel has not been found within the cache sgoudham 2020-07-26 06:03:24 +0100
  • f867315c4a Adding bot permissions to the userinfo command sgoudham 2020-07-25 19:08:47 +0100
  • abbb9178b8 Changing from insert to update statement sgoudham 2020-07-25 18:54:23 +0100
  • 9a4ab97e76 Adding group of commands for setting up modlog channels sgoudham 2020-07-25 18:49:31 +0100
  • af5daa28c3 Adding functions to store modlog channels within cache sgoudham 2020-07-25 18:43:38 +0100
  • 3420cee74c Reformatting text markdown sgoudham 2020-07-25 18:02:34 +0100
  • cee8141f2d Reformatting text markdown sgoudham 2020-07-25 17:58:33 +0100
  • 88a0ba83ad Updating .gitignore sgoudham 2020-07-25 17:44:59 +0100
  • 82da1280c8 Updating commentary of subcommands sgoudham 2020-07-25 17:44:45 +0100
  • e38c687d7e Updating requirements.txt sgoudham 2020-07-25 17:28:41 +0100
  • 0d28af805d Adding venv to .gitignore sgoudham 2020-07-25 17:23:44 +0100
  • 4bf6f62efe Adding more files to .gitignore sgoudham 2020-07-25 17:21:43 +0100
  • 1e5c496096 Trying to hide pycache from git commits sgoudham 2020-07-25 17:16:50 +0100
  • 18865173bb Moving all prefix functions into settings.py sgoudham 2020-07-25 16:55:22 +0100
  • 21208a0014 Moving all prefix functions into settings.py sgoudham 2020-07-25 16:55:17 +0100
  • 4c3b130e92 Adding cooldowns for commands sgoudham 2020-07-25 16:40:44 +0100
  • b6fde08f95 Added usage for modmail group sgoudham 2020-07-25 16:36:33 +0100
  • b56aa88eba Added plural sgoudham 2020-07-25 16:03:22 +0100
  • abf139d2c9 Adding optional argument sgoudham 2020-07-25 15:37:13 +0100
  • 158b27c7dd OwO text sent by the user is deleted sgoudham 2020-07-25 15:30:16 +0100
  • aba109547c Making things optional arguments sgoudham 2020-07-25 15:26:00 +0100
  • 4610a3bc64 Changing target to member sgoudham 2020-07-25 15:21:23 +0100
  • e0bcea5d1d Optional Argument for Enso sgoudham 2020-07-25 15:19:52 +0100
  • 17af2b4d3f Restructuring code sgoudham 2020-07-25 15:18:19 +0100
  • e12b6183a1 Making it the command arguments optional for waifu and husbando sgoudham 2020-07-25 15:10:35 +0100
  • fcbcbe2cde Making it the command arguments optional for prefix and help sgoudham 2020-07-25 15:08:43 +0100
  • b721baacf3 Fixed typo sgoudham 2020-07-25 11:15:19 +0100
  • 368965f0ce Accidentally put manage server instead of manage guild sgoudham 2020-07-25 11:08:16 +0100
  • 29ad86f93a Adding bot permissions to relationship sgoudham 2020-07-25 11:06:25 +0100
  • 8750594a51 Adding bot permissions to modmail sgoudham 2020-07-25 11:04:21 +0100
  • f869789a94 Adding bot permissions to the interactive commands sgoudham 2020-07-25 11:01:06 +0100
  • e15c7a33fe Formatting the return string sgoudham 2020-07-25 10:57:05 +0100
  • fdc6f59d63 Removing try/except sgoudham 2020-07-25 10:53:49 +0100
  • 6508f8b55f Adding line count and number of files sgoudham 2020-07-25 10:53:31 +0100
  • 1cac77f22c Added bot/user permissions to the commands Stats command is now botinfo/binfo Made commands guild only sgoudham 2020-07-25 10:21:31 +0100
  • db5d03af6b Adding bot/user permissions to the commands sgoudham 2020-07-25 10:07:52 +0100
  • f15d247268 Adding bot permissions to the commands sgoudham 2020-07-25 10:02:10 +0100
  • 69ef9c783c Adding bot permissions to the commands sgoudham 2020-07-25 10:01:11 +0100
  • 3b08b746bb Getting rid of category argument sgoudham 2020-07-25 09:54:20 +0100
  • e8f5a7ec74 Not using the categories sgoudham 2020-07-25 09:53:55 +0100