17 Commits (master)

Author SHA1 Message Date
  Roxie Gibson 58276d2799 change all tabs to 4 spaces. I have purged the tabs. It helps edit in nano easier. 5 years ago
  Roxie Gibson cc3aa0d1b6 added extra help message to role not found situations. 5 years ago
  Roxie Gibson 11d851bdbd added extra help message to role not found situations. 5 years ago
  Roxie Gibson 6da9bacc27 Roxbot conversion from jsontodb script complete. Should now be backwards compatible with older versions of roxbot. 5 years ago
  Roxie Gibson 8b4a9211a5 Fixed some bugs 5 years ago
  Roxie Gibson 949a78439f changed back to creating a task on the loop for populating the db 5 years ago
  Roxie Gibson aa308b037c Changed roxbot's guild join/leave and on boot checks for servers. 5 years ago
  Roxie Gibson 3177ee1d0e db now has a system to auto generate guild settings for each cog. Admin updated to use this. 5 years ago
  Roxie Gibson e63f894fed Start of the DB migration. Admin done and some ground work put in place. 5 years ago
  Roxie Gibson 7591b3d4c6 Start of the DB migration. Admin done and some ground work put in place. 5 years ago
  Roxie Gibson d1c0c7cd63 created a custom bot class and moved util functions into it. Makes way more sense. 5 years ago
  Roxie Gibson 6b105eb77f fixed logger issues just by disabling it for now. Going to move to a tmux system kinda like how https://linuxgsm.com/ do their shell scripts. 5 years ago
  Roxie Gibson c1cc1732ff optimised imports with pycharm 5 years ago
  Roxie Gibson d370e71c80 optimised imports with pycharm 5 years ago
  Roxie Gibson 74a0997101 optimised imports with pycharm 5 years ago
  Roxie Gibson 16110759fb new fancy output for the console 5 years ago
  Roxie Gibson ceab32ccc4 updated about command, added it to the docs, and fixed a big with parsing the backup rate. 5 years ago
  Roxie Gibson 236a9598e0 Renamed config file to roxbot.conf, changed some links in the docs, redid the readme, moved requirements to build docs into another requirements.txt, 5 years ago
  Roxie Gibson e16458563a fixed roxbots logger and improved when it's used. 5 years ago
  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. 5 years ago
  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 5 years ago
  Roxie Gibson 5e61092ea2 renamed the base cog to core. 5 years ago
  Roxie Gibson 3ca65f7c82 removed broken placeholder. 5 years ago
  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. 5 years ago
  Roxie Gibson 4276bf7e2c roxbot's internal nsfw checking depreciated for discord's system. Also reducing relying in cogs that are meant to be modular. 5 years ago
  Roxie Gibson 5ad2392312 Fixed two errors with guildsettings managment. Limited to guild working as intended and adding guilds on guildjoin 5 years ago
  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. 5 years ago
  Roxie Gibson 49b97efb24 All settings decentralisation done. perm_roles and is_anal depreciated. New convert setting "hide" added. 5 years ago
  Roxie Gibson 6d698e942c Most of the settings decentralisation done. Writing changes is the only thing that needs converting. 5 years ago
  Roxie Gibson 2269ac8f8d import error handling 5 years ago
  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. 5 years ago
  Vallerie 2765f06a12 Fix issue related to missing config for servers + add error handling to ;sa (#15) 5 years ago
  Roxie Gibson a3b9a2b7c9 Added setup.py for easy setup. Need to test it yet tho. 6 years ago
  Roxie Gibson fbee5652e4 added comments to most core bot functions and methods. Cleaned up some unused code along the way. 6 years ago
  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__ 6 years ago
  Roxie Gibson 5b11bc8e91 added unicode encoding and license to all python files. 6 years ago
  Roxie Gibson edc020eabc Moved all owner only non-settings commands to a new cog called system which is loaded on boot. 6 years ago
  Roxie Gibson e0fdfe137e fixed a few errors in the refactoring. 6 years ago
  Roxie Gibson 5fe2c02c18 renamed Roxbot to roxbot for ease of use. 6 years ago
  Roxie Gibson db77ed9692 Made an enumertator for the embed colours so that it is standardised and easier to manage. 6 years ago
  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. 6 years ago
  Roxie Gibson a4bb09d16e fixed unban command and fixed checking for blacklist command 6 years ago
  Roxie Gibson a3ca04695e Commands made case-insensitive, removed pointless second error in `iam` commands, fixed pm issues with on_message event in cc cog. 6 years ago
  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. 6 years ago
  Roxie Gibson bffb3948eb backups added for the settings file. 6 years ago
  Roxie Gibson 1bbeb53f8a fixed config issues when joining and leaving servers 6 years ago
  Roxie Gibson 194d099987 test command left in that shouldn't be there. 6 years ago
  Roxie Gibson 31bb4851d1 lol issue with the autogen 6 years ago
  Roxie Gibson 3170c13f97 added logging to roxbot. 6 years ago
  Roxie Gibson 08cf12f668 everything should have been sucessfully refactored into the new folder structure and the new settings object. 6 years ago