• v2.3 c1ee1b50ab

    profitroll released this 2023-05-07 17:40:53 +03:00 | 12 commits to main since this release

    • File config.json is now ignored and added config_example.json instead, alongside with README changes.
    Downloads
  • v2.2 65a0e1097e

    profitroll released this 2023-05-07 17:25:45 +03:00 | 15 commits to main since this release

    • Fixed incorrect behavior when last user leaves the channel. It will now terminate when no users are left there, channel creator can delete the channel anytime though.
    Downloads
  • v2.1 91eecb4b0b

    profitroll released this 2023-05-02 17:13:41 +03:00 | 17 commits to main since this release

    • Fixed some channels-related logics
    Downloads
  • v2.0 3ca44dcd2d

    profitroll released this 2023-05-02 16:11:15 +03:00 | 19 commits to main since this release

    • Fixed bot triggering on user being muted or deafen
    Downloads
  • v1.9 7f1f86ca03

    profitroll released this 2023-03-22 22:26:13 +02:00 | 32 commits to main since this release

    Downloads
  • v1.8 e56268543c

    profitroll released this 2023-01-17 16:55:02 +02:00 | 40 commits to main since this release

    • Major refactor of the whole functions.py
    • Now using cogs instead of having everything in the same file
    • Added optional requirements
    • Minimal version of Python is now 3.8 due to Pycord updates
    • Updated all the dependencies and libraries
    Downloads
  • v1.7 79fb14b1bc

    profitroll released this 2022-08-03 11:21:03 +03:00 | 49 commits to main since this release

    What's new

    • Nomic channels are now optional due to Discord's new voice channel chats. You can simply enable it by changing config value "enable_nomic" to true.
    Downloads
  • v1.6 78a845a99b

    profitroll released this 2022-07-15 23:52:54 +03:00 | 59 commits to main since this release

    What's new

    • Changed some links and texts in README so Yusarin should get updates from new source.
    Downloads
  • v1.5 9b138781a6

    profitroll released this 2022-05-10 02:36:48 +03:00 | 60 commits to main since this release

    What's new

    • Complete commands rewrite. Simple commands on chat input no longer exist. Make sure to set up permission when bot joins your guild. Also, make sure that you give your bot application commands scope on authorization link generation. If you'd like to use bot with chat input commands and you ain't need all those new slash commands – simply use old but good version 1.4. Just disable update-check so it won't make you nervous every startup;
    • Removed ability to change command prefix (logical action after change №1).
    Downloads
  • v1.4 dce28dadb3

    profitroll released this 2022-02-14 19:07:31 +02:00 | 68 commits to main since this release

    What's new

    • Complete messages rewrite. Bot's now using embeds;
    • Added options to change embeds color and urls of the help message;
    • Bot will now let you know if it's using incorrect (default) config.
    Downloads