779 Commits (71ea22556d71e433ad97b04506ccd7215dfd71bb)
 

Author SHA1 Message Date
  Roxie Gibson 5fe2c02c18 renamed Roxbot to roxbot for ease of use. 6 years ago
  Roxie Gibson e32fbb3d6e disabled upload until that mess can be sorted. 6 years ago
  Roxie Gibson 71e5b619f5 some sneaky colours tried to get away from me but I assimilated them into the enumarator collective. 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 1e15c61c63 Moved guildsettings into the main Roxbot folder and moved almost all requests from the request lib to aiohttp using http.py as the way to do requests from now on with functions to make code more readable. 6 years ago
  Roxie Gibson da4dc7815e Moved guildsettings into the main Roxbot folder and moved almost all requests from the request lib to aiohttp using http.py as the way to do requests from now on with functions to make code more readable. 6 years ago
  Roxie Gibson 3d060338c7 made the request a seperate function and did some more smarter variable assignments with the hash. 6 years ago
  Roxie Gibson 7fee1c64cf small refactoring to admin and checks that does literally nothing tbh 6 years ago
  Roxie Gibson defdd35b53 changed output of avatar so that the image is now a png and not a webp 6 years ago
  Roxie Gibson 0a2ab31e84 changed warning because it wont break but I dont want to uncomment it atm. 6 years ago
  Roxie Gibson bd139e3c90 smol refactoring 6 years ago
  Roxie Gibson 2b957767f4 smol refactoring 6 years ago
  Roxie Gibson 2619c12fff smol refactoring 6 years ago
  Roxie Gibson 9641f9341c increased the counter to 20 to avoid it filling the cache and failing to find a post. Also added a new way to detect a sub not existing because reddit changed the json outputs for the redesign. 6 years ago
  Roxie Gibson 776585c764 moved get requests to aiohttp for quicker response times, moved all commands as shell's for gelbooru clone for now, and implemented the same dupe system that was in subreddit. Whole cog has been refactored. 6 years ago
  Roxie Gibson 1075146319 forgot to change this due to refactoring. 6 years ago
  Roxie Gibson 2de6448d8c version change. 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 d393c439d4 fixed nsfw blacklisted tags command and also the description. 6 years ago
  Roxie Gibson a4bb09d16e fixed unban command and fixed checking for blacklist command 6 years ago
  Roxie Gibson 331558bd46 fixed backups 6 years ago
  Roxie Gibson fcfa0d968d fixed blacklist command due to it moving during 1.5 6 years ago
  Roxie Gibson 894743d914 changelog update 6 years ago
  Roxie Gibson 9da32077d9 added a timer to the np output. 6 years ago
  Roxie Gibson 567002f855 added checks so that slowmode doesnt trigger for mods. I thought this was in before but must have been removed. 6 years ago
  Roxie Gibson 1e13e6ff25 improved now playing formatting. 6 years ago
  Roxie Gibson aaf459222f updated the play command so that the queuing doesnt break. 6 years ago
  Roxie Gibson 1c58180827 fixed force skip 6 years ago
  Roxie Gibson b2837b1c6f fixed force skip 6 years ago
  Roxie Gibson 8cb7ff2edc Fixed a bug that made the volume command go away. Also made it possible to display the volume of the bot. 6 years ago
  Roxie Gibson 2e816b1f5d added volume fixes and added force skipping for admins. 6 years ago
  Roxie Gibson efb91b3892 removed print function in nsfw that was for debug. 6 years ago
  Roxie Gibson dd8af7304f fucking grammar i swear 6 years ago
  Roxie Gibson 0e961fc359 added pat aliase to headpat 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 8d4a198f0b why cant i write? 6 years ago
  Roxie Gibson e0af30d828 Added subreddit cache system and fixed a bug that was failing to exit the loop when a post was found, making the commands slow af. Made the command more efficient and added helpful comments. 6 years ago
  Roxie Gibson bffc196b60 Added subreddit cache system and fixed a bug that was failing to exit the loop when a post was found, making the commands slow af. Made the command more efficient and added helpful comments. 6 years ago
  Roxie Gibson 1299d5cce7 fixed guild command because it was baaaaaad. 6 years ago
  Roxie Gibson 3a36bf6e13 Forgot some colour ;-; 6 years ago
  Roxie Gibson 35a1270d95 Fixed some bugs with the queue logic when pausing or stopping, made join an admin command, added error handling in the join command, outputs to all commands, improved current outputs, added yt alias for the play command, added a check to see if the user is in the voice channel when using the play command and have that check ignore admins, fixed logic for whether a video needs to be played or queued, added better commenting to all commands, and added remove command to remove items from the queue. Voice should be finished. 6 years ago
  Roxie Gibson e43246dda6 All functions now have a lil documentation. 6 years ago
  Roxie Gibson e6d41f37e6 Cleaning up voice now. Renamed music to voice, made sure all variables are cleaned up after music is played and all that. Better documentation, fixed skipping as ithas some maths errors 6 years ago
  Roxie Gibson 4e19a378f9 Added a quicker way to queue videos, added playlist support, moved queuing into its own function. 6 years ago
  Roxie Gibson 67c19be435 added a way to safely stop the background task queuelogic so that if the bot gets the stop command it will safely close that task without error. 6 years ago
  Roxie Gibson 9ba4278cc6 Queue command fixed. 6 years ago
  Roxie Gibson 60ee1ef102 Cleaned up the play and stream commands. Now stream jsut invokes command with an added option to pass to the player so that it knows what to do. Also made queuing quicker and more efficient by not downloading the data of the thing to play twice. Queue command also added to show the queue. A lil basic atm. Also options added to the ffmpeg options so that it doesnt output those annoying errors due to the arch maintainer of ffmpeg being a dummy. Also fixing queuing issues. 6 years ago
  Roxie Gibson 1516fb8b5e added a function to clean up the cache on boot. 6 years ago
  Roxie Gibson 33589b95c5 Added more things to the player object to reference in other commands; moved queue logic to be a background task as then it will actually work and won't run too many times like before; added cooldowns to play and stream commands to try and reduce errors when users try and play too many things at once in a short time, this was caused by the speed issues; now cleans playlist when ;stop is issued; nowplaying command now has better output. Also cleaned up the todo list. Still a bit to good before ill let anyone touch this. Probably the most tested part of roxbot. 6 years ago
  Roxie Gibson e90e0be81d gitignore file to keep the cache folder here so the voice cog doesn't break when moving it to other systems. 6 years ago