More cleanup

- Moved all bot files to src/NadekoBot
- Fixed tests path in ci
- Fixed some warnings in MusicService
- Cleaned up csproj slightly
This commit is contained in:
Kwoth
2021-06-18 04:00:05 +02:00
parent 6b92cb3c89
commit 38c7f32a76
14 changed files with 41 additions and 135 deletions

View File

@@ -6,7 +6,7 @@ stages:
variables:
project: "NadekoBot"
tests: "Nadeko.Tests"
tests: "NadekoBot.Tests"
before_script:
- "dotnet restore"