3 Revīzijas (0d79012028902b395f13a222abdecdaf71f25c26)

Autors SHA1 Ziņojums Datums
  Roxie Gibson e16458563a fixed roxbots logger and improved when it's used. pirms 5 gadiem
  Roxie Gibson 115149f0d7 moved log to util, and all of the core cog parts into the core.py file. All to be loaded up as one core into the bot. pirms 5 gadiem
  Roxie Gibson f76632c0cc edited licenses to be single line comments now to look better and use less space. Fixed shebang and renamed main file to roxbot.py pirms 5 gadiem
  Roxie Gibson 5e61092ea2 renamed the base cog to core. pirms 5 gadiem
  Roxie Gibson 3ca65f7c82 removed broken placeholder. pirms 5 gadiem
  Roxie Gibson eec802e206 Refactor: Changed name of system cog to base to better explain what it is. errors.py is now exceptions.py and blacklisting is now done via a global command check to be cleaner. pirms 5 gadiem
  Roxie Gibson 4276bf7e2c roxbot's internal nsfw checking depreciated for discord's system. Also reducing relying in cogs that are meant to be modular. pirms 5 gadiem
  Roxie Gibson 5ad2392312 Fixed two errors with guildsettings managment. Limited to guild working as intended and adding guilds on guildjoin pirms 5 gadiem
  Roxie Gibson a92d63b370 changed error checking order to make sense and not duplicate multiple times. Also added a command to avoid errors with the guild_settings file. pirms 5 gadiem
  Roxie Gibson 49b97efb24 All settings decentralisation done. perm_roles and is_anal depreciated. New convert setting "hide" added. pirms 5 gadiem
  Roxie Gibson 6d698e942c Most of the settings decentralisation done. Writing changes is the only thing that needs converting. pirms 5 gadiem
  Roxie Gibson 2269ac8f8d import error handling pirms 5 gadiem
  Roxie Gibson 5ee6a4671a moved over all command wrappers to commands.command instead of bot.command as the latter now breaks the program. And its cleaner. pirms 5 gadiem
  Vallerie 2765f06a12 Fix issue related to missing config for servers + add error handling to ;sa (#15) pirms 6 gadiem
  Roxie Gibson a3b9a2b7c9 Added setup.py for easy setup. Need to test it yet tho. pirms 6 gadiem
  Roxie Gibson fbee5652e4 added comments to most core bot functions and methods. Cleaned up some unused code along the way. pirms 6 gadiem
  Roxie Gibson cc819ce12d moved cogs to main because its used no where else and its causing errors when the bot needs to restart after disconnecting from discord so the auto rejoin was broke due to the move to __init__ pirms 6 gadiem
  Roxie Gibson 5b11bc8e91 added unicode encoding and license to all python files. pirms 6 gadiem
  Roxie Gibson edc020eabc Moved all owner only non-settings commands to a new cog called system which is loaded on boot. pirms 6 gadiem
  Roxie Gibson e0fdfe137e fixed a few errors in the refactoring. pirms 6 gadiem
  Roxie Gibson 5fe2c02c18 renamed Roxbot to roxbot for ease of use. pirms 6 gadiem
  Roxie Gibson db77ed9692 Made an enumertator for the embed colours so that it is standardised and easier to manage. pirms 6 gadiem
  Roxie Gibson baa7377b65 Refactoring to make imports a lot easier and not have three versions of the blacklisted function. Lots of tiny formatting refactoring done too. pirms 6 gadiem
  Roxie Gibson a4bb09d16e fixed unban command and fixed checking for blacklist command pirms 6 gadiem
  Roxie Gibson a3ca04695e Commands made case-insensitive, removed pointless second error in `iam` commands, fixed pm issues with on_message event in cc cog. pirms 6 gadiem
  Roxie Gibson cd595c725a made the expression optional to get the help output and made sure that the help output has something about adding numbers to the sum. pirms 6 gadiem
  Roxie Gibson bffb3948eb backups added for the settings file. pirms 6 gadiem
  Roxie Gibson 1bbeb53f8a fixed config issues when joining and leaving servers pirms 6 gadiem
  Roxie Gibson 194d099987 test command left in that shouldn't be there. pirms 6 gadiem
  Roxie Gibson 31bb4851d1 lol issue with the autogen pirms 6 gadiem
  Roxie Gibson 3170c13f97 added logging to roxbot. pirms 6 gadiem
  Roxie Gibson 08cf12f668 everything should have been sucessfully refactored into the new folder structure and the new settings object. pirms 6 gadiem
  Roxie Gibson a3aa2558f2 Customcommands cog converted over to new settings. pirms 6 gadiem
  Roxie Gibson 838fa60dfd settings and main should work now with the new objects. pirms 6 gadiem
  Roxie Gibson 5ee67ce6be Settings cog moved over to the new internal settings object stuff. Also some extra comments here and there/ pirms 6 gadiem
  Roxie Gibson f090fcffc2 Settings cog moved over to the new internal settings object stuff. Also some extra comments here and there/ pirms 6 gadiem
  Roxie Gibson cc44df0e9c New way of storing settings in there. On reflection idk how much this will make things cleaner. But it might. So lets just finish it in settings and bug test it. If it works, then its good. pirms 6 gadiem
  Roxie Gibson c9df1c7a41 This new system is getting there. More refactoring bug fixes too. pirms 6 gadiem
  Roxie Gibson 4b0b0b89ed The start of some refactoring. I fucked up by starting the new setitng system too so i guess that will completed on this branch then merged with dev. pirms 6 gadiem
  Roxie Gibson be0e4b78fe Fixed a bug which literally made all of the roxbots guild objects and made the ID's strs. pirms 6 gadiem
  roxie eacb77b880 fixed custom commands again. Now works. pirms 6 gadiem
  roxie 9c7706a4ca Err handling is mostly functional. Just some commands will need to include their own error handling as to not spam my inbox with more traditional errors. Maybe a roxbot error channel would be nice. pirms 6 gadiem
  roxie d7c9b6a11d cleaned a few things up so that it isn't so inefficent due to some of the features already being provided or useless code. pirms 6 gadiem
  roxie 872fd4e3b8 Moved the presence changing to the bot declaration instead of changing the presence after logging in. The new activity stuff seems like it would be good. pirms 6 gadiem
  roxie 98de9f28f8 settings commands starting to be cleaned up. Also removed the announcement command. pirms 6 gadiem
  roxie ac4e64f55d moved settings to config to represent it being part of the core bot rather than in the cogs. pirms 6 gadiem
  roxie ee774ac469 This defo works. Cleaned up and should be a decent back bone. Tho error handling needs work because its just been moved over into a file. pirms 6 gadiem
  roxie fd9744e4f0 this runs woo pirms 6 gadiem
  roxie e7d375ec96 cleaned up file structure. Moving error logging to a different file. And moving everything for the config and settings into load_config. pirms 6 gadiem
  roxie 81d06c4280 removed comment pirms 6 gadiem