diff --git a/src/NadekoBot/project.json b/src/NadekoBot/project.json index e44b0284..7b6efe1c 100644 --- a/src/NadekoBot/project.json +++ b/src/NadekoBot/project.json @@ -7,7 +7,7 @@ "emitEntryPoint": true, "allowUnsafe": true, "compile": { - "exclude": [ "data", "credentials.json", "credentials_example.json" ] + "exclude": [ "data", "credentials.json", "credentials_example.json", "Modules/Music/Classes/PlaylistFullException.cs" ] }, "copyToOutput": { "include": [ "data" ],