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.

README.md 5.3KB

6 years ago
6 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. ![Banner](http://i.imgur.com/SZIVXEg.png)
  2. [![MIT](https://img.shields.io/github/license/mashape/apistatus.svg?style=flat-square)](https://opensource.org/licenses/MIT)
  3. [![Python](https://img.shields.io/badge/Python-3.5%2B-blue.svg?style=flat-square)](https://github.com/RainbowDinoaur/roxbot/)
  4. [![Say Thanks](https://img.shields.io/badge/say-thanks-ff69b4.svg?style=flat-square)](https://saythanks.io/to/Roxxers)
  5. RoxBot, A Discord Bot made by a filthy Mercy Main. Built with love (and discord.py)
  6. ## Simple setup
  7. 1. Copy settings/preferences_example.ini to settings/preferences.ini and fill in the details
  8. 2. Run pip install -r requirements.txt in the root directory of the bot (This wont install the 1.0 version of discord.py which Roxbot now requires.)
  9. 3. Add the bot to your server by generating an OAuth link with bot scope only
  10. 4. Run main.py to generate config files for the server
  11. 5. Stop RoxBot
  12. 6. Open servers.json and populate with config options for your server
  13. 7. Enjoy!
  14. ## Command Docs
  15. *Coming soon*
  16. ## Changelog
  17. #### v1.4.0
  18. ###### New Stuff!
  19. - A whole trivia game, right in your discords. Using the Open Trivia DB!
  20. - A complete overhaul of the settings cog so that the settings commands no longer suck and should be easier to use.
  21. - Most, if not all, commands now have documentation in the bot on what they do and how to use them.
  22. - Bot may be easier to use. I am unsure though.
  23. - Added error handling that will actually tell people when errors occur instead of being silent.
  24. - NSFW now has a blacklist feature that can be edited by mods and admins. Just basic tag filters.
  25. - **FROGTIPS**
  26. ###### Boring Stuff
  27. - 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.
  28. - New fil structure that will be easier to read and know whats going on.
  29. - servers.json is no longer versioned.
  30. - Unhidden all commands so that it should be easier for mods to know the mod commands.
  31. ###### Bug Fixes
  32. - emoji command works with animated emoji.
  33. - avatar command works with animated avatars.
  34. - Non-prefix multi word custom commands should work now and should be removable.
  35. - Fixed issues with the warning commands when a warned user wasn't in the server.
  36. - Fixed bug where capitalisation in the subreddit command would return nothing.
  37. - Twitch shilling now doesn't trigger when someone uses spotify thanks to discord.py update. Also the code is a lot nicer now.
  38. #### v1.3.4
  39. ###### Performance
  40. - Changed the warning listing command do that it isn't slow.
  41. ###### Bug Fixes
  42. - 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.
  43. #### v1.3.3
  44. ###### Hottest of Bug Fixes
  45. - Warn list now actually works for all warnings.
  46. - Slowmode now ignores mods and admins.
  47. #### v1.3.2
  48. ###### Bug Fixes
  49. - Fixed logging for gss cog again...
  50. #### v1.3.1
  51. ###### Bug Fixes
  52. - Fixed logging for gss cog.
  53. #### v1.3.0
  54. ###### New Features
  55. - New Admin Cog with warning and slowmode commands.
  56. - Hug Command like that of suck and spank
  57. - 'Succ' now added as an alias for ;suck
  58. - The GSS cog commands are more efficient
  59. - ;nsfwperms and ;selfieperms can now be repeated to remove the roles.
  60. - NSFW channels can now be added to selectively enable Roxbot's NSFW features.
  61. - New checks for the suck and spank commands so that they too can be disabled on a channel basis.
  62. ###### Bug Fixes
  63. - Fixed bug where Custom Commands would ignore the blacklist.
  64. - Fixed issue where custom command outputs were always lowercase
  65. - Fixed some naughty swears that were placeholders for a more civilised response.
  66. - Removed Herobrine
  67. #### v1.2.0
  68. ###### New Features
  69. - Added a new cog for the GaySoundsShiposts discord. Just some custom commands needed for modding.
  70. #### v1.1.3
  71. ###### Changes
  72. - Changed to traa command to gss and point to the /r/gaysoundsshitposts subreddit
  73. #### v1.1.2
  74. ###### Bug Fixes
  75. - Fixed a bug when a user only had the '@everyone' role and used ;info.
  76. #### v1.1.1
  77. ###### Bug Fixes
  78. - Print settings outputting too big of a message
  79. - perm roles being overwritten
  80. #### v1.1.0
  81. ###### New Features
  82. - Custom commands! With and without prefixes, the bot can output a custom message.
  83. - Admin roles to check for perms
  84. #### v1.0.0
  85. ###### Rewrite
  86. The whole bot has been completly 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.
  87. #### v0.4.0
  88. ###### New Features
  89. - New commands in fun like a reddit scrapper.
  90. - New Utils cog, new commands like avatar, and info
  91. ###### Bugs and Fixes
  92. - Admin cog renamed to Settins cog.
  93. - ChangeAvatar updated again to be inline with who avatar deals with avatar images.
  94. - Fixed twitch cog bug that made roxbot crash a lot
  95. Probs more but I forgot honestly
  96. #### v0.3.6
  97. - ChangeAvatar command updated to use a upto date function to download images
  98. - printsetting command created for bot owner to check the serverconfig at the current time
  99. #### v0.3.5
  100. - Changelog created
  101. #### Pre-v0.3.5
  102. - Bot was made. Wasn't great. You can check the commits though for more info.
  103. ## Licence
  104. [MIT Licence](https://github.com/RainbowRoxxers/roxbot/blob/master/LICENSE)