This website requires JavaScript.
Explore
Help
Sign In
minster586
/
nadekobot
Watch
1
Star
0
Fork
0
You've already forked nadekobot
mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced
2025-09-10 17:28:27 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5.1.9
nadekobot
/
src
History
Kwoth
f473014fe9
fix: Fixed medusa dependency loading. In case your medusa has other dependencies they will be correctly loaded now. Note: Make sure to not publish any other DLLs besides the ones you are sure you will need, as there can be version conflicts which didn't happen before. For example if you have a NadekoMedusa.dll which is a different version in the data/medusa/mymedusa folder, your medusa will now break, as this fix will now (correctly) try to load it and there will be a version mismatch between the attributes. In a future patch i'll try to mitigate this by not loading dlls which are already loaded by the bot (even if their versions are different) but this might cause new issues as sometimes you do need different version of libraries for medusa... The best option is to just keep what you need, and make sure to remove any other dlls
2024-09-21 20:11:36 +00:00
..
Nadeko.Medusa
dev: removed unused usings, no functional change
2024-08-05 13:32:15 +00:00
NadekoBot
fix: Fixed medusa dependency loading. In case your medusa has other dependencies they will be correctly loaded now. Note: Make sure to not publish any other DLLs besides the ones you are sure you will need, as there can be version conflicts which didn't happen before. For example if you have a NadekoMedusa.dll which is a different version in the data/medusa/mymedusa folder, your medusa will now break, as this fix will now (correctly) try to load it and there will be a version mismatch between the attributes. In a future patch i'll try to mitigate this by not loading dlls which are already loaded by the bot (even if their versions are different) but this might cause new issues as sometimes you do need different version of libraries for medusa... The best option is to just keep what you need, and make sure to remove any other dlls
2024-09-21 20:11:36 +00:00
NadekoBot.Coordinator
change: .hearthstone command will no longer show text
2024-05-13 19:09:35 +00:00
NadekoBot.Generators
Restructured the project structure back to the way it was, there's no reasonable way to split the modules
2024-04-26 22:26:24 +00:00
NadekoBot.Tests
* dev: Greet stuff moved to its own table in the database. GreetSettings
2024-09-15 22:44:37 +00:00
NadekoBot.Voice
Namespace changes to make them make sense
2024-04-27 22:45:14 +00:00
NadekoBot.VotesApi
dev: fixed a file name
2024-08-22 03:11:02 +00:00