You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Roxie Gibson 7b25a2d4c4 Revert "Added to gitignore for the root folder." 6 years ago
roxbot Fixed error when image is already a jpg and edited the values to be a lil better in terms of output 6 years ago
LICENSE Update LICENSE 6 years ago
README.md made a really professional changelog update 6 years ago
main.py Moved all owner only non-settings commands to a new cog called system which is loaded on boot. 6 years ago
requirements.txt put most pride flag fliters in and added pillow to the requirements 6 years ago

README.md

Banner

MIT Python Say Thanks

RoxBot, A Discord Bot made by a filthy Mercy Main. Built with love (and discord.py)

Simple setup

Coming Soon

Command Docs

Coming Soon

Changelog

v2.0.0

Stuff Here about big changes and release
  • UX Changes, settings menu
  • More better open source stuff - pls pr me
  • easy setup and get that wiki going
New Features
  • Image cog description here
Bug Fixes
  • Roll command fixed by Terra

v1.7.1

New Features
  • warn purge added to clear warn list of banned users.

    Bug Fixes
  • warn list no longer returns error when the list is empty.

v1.7.0

New Features

Trivia

  • Trivia now has mobile and solo options. Mobile changes the formatting of the questions because rich embeds with Android sucks atm. Solo starts the game instantly and doesn’t wait for other users to join.
  • Argument passing has changed to accomdate this. To set the length of a game, you need to put length=short or other length options after the command. Example ;tr start mobile length=short would start a short mobile compatible game.
  • Trivia can now default on unicode emojis in case the bot isn’t in the emoji server.

NSFW and Reddit

  • NSFW and Reddit commands now have a way to delete the output. This is shown by a delete me reaction that will be added to the output. The person who invoked the command then needs to click that reaction within the 20 second timeout to delete the output.
  • NSFW commands now have the same system of preventing dupe outputs

Misc

  • onthisday and numberfact commands have been added. Interacting with the numbersapi.com’s api.
  • warn and purge can now act on users that have left the guild, if their ID is used as the argument.
  • Added more info to the emoji command.
Misc. Changes
  • avatar now outputs a png if the image is static.
  • EmbedColours are now standardised within RoxBot.
  • All of RoxBot’s requests are now handled by the http file. All http requests have been moved to aiohttp.
  • requests and lxml have been removed as dependencies of Roxbot.
  • upload has been disabled for the time being until a way for it to work with aiohttp is found.
  • Minor refactoring in places, which involves some directory movement.
  • added frogtips cache for quicker frogtips
Bug Fixes
  • All Voice Bugs have been fixed… for now. Queuing works and some more info has been added to the np output.
  • Doubled the amount of times subreddit commands will cycle through possible requests to fix JSONDecode error.
  • Fixed error in reddit cog due to changing JSON outputs thanks to new reddit redesign.
  • Fixed error when trying to use warn list on a user that isn’t in the list returning an unhelpful error.
  • Fixed emote error when using a unicode emote by displaying a helpful error message instead of its non-support.

v1.6.1

Small changes
  • nowplaying is now more handy and should display more info.

    Hot Fixes
  • Voice has received a number of hot fixes to make sure it works properly.

  • Slowmode now doesn’t effect mods and admins of that guild.

  • Fixed blacklist command.

  • Fixed backup system because it didn’t keep the backup folder there.

  • Fixed unban command

v1.6.0

New Features
  • An entire music bot, right in Roxbot! New voice cog that allows for Roxbot to play audio in voice. A well functional discord music bot
  • waifurate command can now do husbando and spousu rates as well.
  • pet command for your headpats needs.
  • roll command rewrite by TBTerra#5677. It can now do a lot more complex rolls that makes it actually useful!
  • purge command added for clearing a chat. Only available to users with the manage_messages perms.
  • subreddit and other subcommands should now have a post cache to improve results and reduce duplicate images appearing.
  • Internal settings now have automatic and manual local backups. Manual backups activated by the backup command.
  • Commands are finally case-insensitive. But not the arguments! So don’t think your out of the woods yet, kid.

    Minor Changes
  • Logging is now easier internally.

  • Logging output has been improved for the aesthetics command.

  • The subreddit command has logging. Only when it is being directly invoked and not when an inbuilt command is being used.

  • Added who the waifurate command is dedicated to in the command description.

  • Added more helpful error handling for MissingRequiredArgument, BadArgument, MissingPermissions, and BotMissingPermissions errors.

  • Removed pointless second error with iam commands due to improvement to error handling.

  • Reddit cog got some lovely refactoring, code should be more efficient now and speeds should be better. Had some weird bugs with loops.

  • subreddit and other subcommands now will provide author credit.

    Bug Fixes
  • ”;-;” and other similar text emoticons now no longer raise the CommandNotFound error.

  • changenickname has been fixed. Forgot to port some stuff over in there.

  • Fixed guild command because that was really messed up and wasn’t at all helpful.

  • PM’s don’t flag a million errors now due a fix of the on_message event in custom commands.

v1.5.1

Hot Fixes
  • inviteme is hidden and added an extra warning for people not to use it.
  • subreddit command shouldnt break now if you give it a subreddit that is pretty close to an actual sub but isn’t one.
  • Fixed config errors when leaving and joining servers.

v1.5.0

New Features
  • New Ban, Kick, and Unban commands.
  • New Guild and Role Util commands.
  • Logging is now a thing. Just limited to what I was using hack code to do in GSSP. Clean code, happy Roxie.ye
  • New feedmevegan command for hungry vegan friends.
  • inviteme command for quickly creating an invite link for the bot.
  • Added new error catching for the GSSP cog in case the Tatsumaki API dies or something.

    Refactoring
  • Brand new way of storing, saving, and interacting with the guild settings. The new system should be better to read, understand, and shouldn’t be as broken as the old version. Really only a note for those looking at the source code as all functionality should be the same other than roxbot should no longer require rebooting to have up to date settings.

  • Also a new file structure layout so it looks nice.

  • Changed the name of the welcome channel to the greets channel externally.

    Bug Fixes
  • Fixed bug where using the ;emoji command on a static emoji would return an empty file.

  • Fixed bug where roxbot would not have up to date settings at times.

  • Fixed the shutdown and reboot commands so they aren’t broken anymore.

  • Fixed bugs in the gss cog which caused issues from time to time for no reason.

  • Fixed an issue where the check failure error would be picked up before it’s sub errors meaning they would never be catched by the error handler.

  • Fixed the biggest bugs of Roxbot. Fun and CustomCommands where ordered the wrong way in the cog loader, and the GSSP cog’s class being called “GaySoundsShitposting” which is just disgusting.

  • Fixed bug where conversion error in iam commands didn’t raise an exception.

  • Added error handling to when you did the self assign commands without any arguments.

v1.4.1

Bug Fixes
  • Lots of small bug fixes todo with the move over to int ID’s and the internal settings being :b:roke.

v1.4.0

New Stuff!
  • A whole trivia game, right in your discords. Using the Open Trivia DB!
  • A complete overhaul of the settings cog so that the settings commands no longer suck and should be easier to use.
  • Most, if not all, commands now have documentation in the bot on what they do and how to use them.
  • Bot may be easier to use. I am unsure though.
  • Added error handling that will actually tell people when errors occur instead of being silent.
  • NSFW now has a blacklist feature that can be edited by mods and admins. Just basic tag filters.
  • FROGTIPS
Boring Stuff
  • Roxbot has been ported over to the 1.0 version of discord.py. Meaning that she will actually be upto date with new discord changes for once. This also means that there is quite a few new features and bug fixes with this version.
  • New fil structure that will be easier to read and know whats going on.
  • servers.json is no longer versioned.
  • Unhidden all commands so that it should be easier for mods to know the mod commands.
Bug Fixes
  • emoji command works with animated emoji.
  • avatar command works with animated avatars.
  • Non-prefix multi word custom commands should work now and should be removable.
  • Fixed issues with the warning commands when a warned user wasn’t in the server.
  • Fixed bug where capitalisation in the subreddit command would return nothing.
  • Twitch shilling now doesn’t trigger when someone uses spotify thanks to discord.py update. Also the code is a lot nicer now.

v1.3.4

Performance
  • Changed the warning listing command do that it isn’t slow.

    Bug Fixes
  • Removing all warnings of a user now removes them from the dictionary. Making them not display in the list even though they don’t have any warnings.

v1.3.3

Hottest of Bug Fixes
  • Warn list now actually works for all warnings.
  • Slowmode now ignores mods and admins.

v1.3.2

Bug Fixes
  • Fixed logging for gss cog again…

v1.3.1

Bug Fixes
  • Fixed logging for gss cog.

v1.3.0

New Features
  • New Admin Cog with warning and slowmode commands.
  • Hug Command like that of suck and spank
  • ‘Succ’ now added as an alias for ;suck
  • The GSS cog commands are more efficient
  • ;nsfwperms and ;selfieperms can now be repeated to remove the roles.
  • NSFW channels can now be added to selectively enable Roxbot’s NSFW features.
  • New checks for the suck and spank commands so that they too can be disabled on a channel basis.
Bug Fixes
  • Fixed bug where Custom Commands would ignore the blacklist.
  • Fixed issue where custom command outputs were always lowercase
  • Fixed some naughty swears that were placeholders for a more civilised response.
  • Removed Herobrine

v1.2.0

New Features
  • Added a new cog for the GaySoundsShiposts discord. Just some custom commands needed for modding.

v1.1.3

Changes
  • Changed to traa command to gss and point to the /r/gaysoundsshitposts subreddit

v1.1.2

Bug Fixes
  • Fixed a bug when a user only had the ‘@everyone’ role and used ;info.

v1.1.1

Bug Fixes
  • Print settings outputting too big of a message
  • perm roles being overwritten

v1.1.0

New Features
  • Custom commands! With and without prefixes, the bot can output a custom message.
  • Admin roles to check for perms

v1.0.0

Rewrite

The whole bot has been completely rewritten. Its jam packed with new commands, cogs, and functionality. Because of this, I wont be including a full change log. I will fill out the changelog for further versions. But this version should be more stable, have more features, and just be better than before.

v0.4.0

New Features
  • New commands in fun like a reddit scrapper.
  • New Utils cog, new commands like avatar, and info
Bugs and Fixes
  • Admin cog renamed to Settings cog.
  • ChangeAvatar updated again to be inline with who avatar deals with avatar images.
  • Fixed twitch cog bug that made roxbot crash a lot

Probs more but I forgot honestly

v0.3.6

  • ChangeAvatar command updated to use a upto date function to download images
  • printsetting command created for bot owner to check the serverconfig at the current time

v0.3.5

  • Changelog created

Pre-v0.3.5

  • Bot was made. Wasn’t great. You can check the commits though for more info.

Licence

MIT Licence