1
Fork 0
mirror of https://gitlab.com/Kwoth/nadekobot.git synced 2024-10-02 20:13:13 +00:00
No description
Find a file
2024-09-21 20:12:09 +00:00
.gitlab Killed history 2021-09-06 21:29:22 +02:00
docs docs: Vastly simplified medusa creation using dotnet templates 2024-07-25 02:10:51 +00:00
src 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
.dockerignore ci: Fix docker and attempt to fix windows builds 2024-05-09 11:43:38 +00:00
.gitignore Added missing medusa folder, renamed libopus to opus in order to fix linux errors 2024-04-27 19:41:35 +00:00
.gitlab-ci.yml dev: small cleanup, removed qodana 2024-08-05 14:13:23 +00:00
.readthedocs.yaml docs: possible fix for the docs build, added .readthedocs.yaml 2024-05-09 01:33:09 +00:00
CHANGELOG.md docs: Updated changelog, version upped to 5.1.8 2024-09-19 02:08:34 +00:00
docker-entrypoint.sh NEW: add NadekoBot__creds env to specify alternative creds.yml 2022-07-27 05:00:27 +00:00
Dockerfile fix: fixed docker build 2024-08-05 12:25:05 +00:00
exe_builder.iss ci: Potential ci fix 2024-05-09 10:31:46 +00:00
LICENSE.md Removing bloat, fixing file names 2023-03-11 09:10:37 +01:00
migrate.ps1 dev: updatd migration script as mysql no longer exists 2024-09-21 20:12:09 +00:00
mkdocs-requirements.txt docs: Remove the incompatible package 2021-09-09 20:54:32 +02:00
mkdocs.yml docs: Updated more links to point to new repo url 2024-05-09 01:46:20 +00:00
NadekoBot.sln dev: using official version of discord.net 2024-08-01 02:36:49 +00:00
privacy-policy.md Added a line break 2022-07-26 08:37:27 +02:00
README.md docs: Updated more links to point to new repo url 2024-05-09 01:46:20 +00:00
remove-migration.ps1 dev: updatd migration script as mysql no longer exists 2024-09-21 20:12:09 +00:00