-
YusarinBot v2.3 Stable
released this
2023-05-07 17:40:53 +03:00 | 26 commits to main since this release- File
config.json
is now ignored and addedconfig_example.json
instead, alongside with README changes.
Downloads
- File
-
YusarinBot v2.2 Stable
released this
2023-05-07 17:25:45 +03:00 | 29 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
-
YusarinBot v2.1 Stable
released this
2023-05-02 17:13:41 +03:00 | 31 commits to main since this release- Fixed some channels-related logics
Downloads
-
YusarinBot v2.0 Stable
released this
2023-05-02 16:11:15 +03:00 | 33 commits to main since this release- Fixed bot triggering on user being muted or deafen
Downloads
-
YusarinBot v1.9 Stable
released this
2023-03-22 22:26:13 +02:00 | 46 commits to main since this releaseDownloads
-
YusarinBot v1.8 Stable
released this
2023-01-17 16:55:02 +02:00 | 54 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
- Major refactor of the whole
-
YusarinBot 1.7 Stable
released this
2022-08-03 11:21:03 +03:00 | 63 commits to main since this releaseWhat'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
- 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
-
YusarinBot v1.6 Stable
released this
2022-07-15 23:52:54 +03:00 | 73 commits to main since this releaseWhat's new
- Changed some links and texts in README so Yusarin should get updates from new source.
Downloads
-
YusarinBot v1.5 Stable
released this
2022-05-10 02:36:48 +03:00 | 74 commits to main since this releaseWhat'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
-
YusarinBot v1.4 Stable
released this
2022-02-14 19:07:31 +02:00 | 82 commits to main since this releaseWhat'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