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
2021-09-06 21:34:52 +02:00
.gitlab Killed history 2021-09-06 21:29:22 +02:00
docs Killed history 2021-09-06 21:29:22 +02:00
src Added a fix from 1.9 branch for repeaters 2021-09-06 21:34:52 +02:00
.dockerignore - Initial work on Dockerfile 2021-09-06 21:34:52 +02:00
.gitignore - small bot.cs cleanup 2021-09-06 21:34:49 +02:00
.gitlab-ci.yml More cleanup 2021-09-06 21:34:37 +02:00
CHANGELOG.md Updated changelog 2021-09-06 21:34:52 +02:00
cmd-versions.json Killed history 2021-09-06 21:29:22 +02:00
Dockerfile - Initial work on Dockerfile 2021-09-06 21:34:52 +02:00
exe_builder.iss Killed history 2021-09-06 21:29:22 +02:00
LICENSE.md More cleanup 2021-09-06 21:34:29 +02:00
mkdocs-requirements.txt Killed history 2021-09-06 21:29:22 +02:00
mkdocs.yml Killed history 2021-09-06 21:29:22 +02:00
NadekoBot.iss Killed history 2021-09-06 21:29:22 +02:00
NadekoBot.sln More cleanup 2021-09-06 21:34:37 +02:00
NuGet.Config Killed history 2021-09-06 21:29:22 +02:00
README.md - Initial work on Dockerfile 2021-09-06 21:34:52 +02:00
release.ps1 Killed history 2021-09-06 21:29:22 +02:00

⚠️ Experimental Branch. Things will break. ⚠️

Migration from 2.x

⚠️ You MUST update to latest version of 2.x and run your bot at least once before switching over to v3

Changes

  • Code cleanup
    • Command attributes cleaned up
      • Removed dummy Remarks and Usages attributes
      • They were unused for a few patches but stayed in the code to avoid big git diffs
    • All database migrations and data (json file) migrations have been removed
      • As updating to the latest 2.x version before switching over to v3 is mandated (or fresh v3install), that means all migration code has ran and it can be safely removed
    • There are 2 projects: NadekoBot and NadekoBot.Coordinator
      • You can directly run NadekoBot as the regular bot with one shard
      • Run NadekoBot.Coordinator if you want more control over your shards and a grpc api for coordinator with which you can start, restart, kill and see status of shards
  • credentials.json moved to creds.yml
    • example is in creds_example.yml
    • most of the credentials from 2.x will be automatically migrated
  • Guides
    • Now instruct users to set build output to nadekobot/output instead of running from nadekobot/src/NadekoBot/bin/release/net5
    • todo: Reworked from source installation (linux/windows) guide
    • todo: Added docker support, installation guide at