mirror of
https://github.com/Bubuni-Team/telegram-bot.git
synced 2026-07-31 00:29:24 +03:00
chore: drop unused modules
These two are making lots of problems during update process: the `ChatQuotes` one was never operational and the `Destiny2.WhereIsXur` became obsolete, since Xur was granted his permanent place on the Tower
This commit is contained in:
@@ -7,13 +7,11 @@ COPY Kruzya.TelegramBot.sln ./
|
||||
COPY ./Core/*.csproj ./Core/
|
||||
COPY ./tests/*.csproj ./tests/
|
||||
COPY ./modules/CombotAntiSpam/*.csproj ./modules/CombotAntiSpam/
|
||||
COPY ./modules/Destiny2.WhereIsXur/*.csproj ./modules/Destiny2.WhereIsXur/
|
||||
COPY ./modules/RichSiteSummary/*.csproj ./modules/RichSiteSummary/
|
||||
COPY ./modules/UrlLimitations/*.csproj ./modules/UrlLimitations/
|
||||
COPY ./modules/ChatManagement/*.csproj ./modules/ChatManagement/
|
||||
COPY ./modules/Entertainment/*.csproj ./modules/Entertainment/
|
||||
COPY ./modules/UserGroupTag/*.csproj ./modules/UserGroupTag/
|
||||
COPY ./modules/ChatQuotes/*.csproj ./modules/ChatQuotes/
|
||||
COPY ./modules/Reputation/*.csproj ./modules/Reputation/
|
||||
COPY ./modules/ContentStore/*.csproj ./modules/ContentStore/
|
||||
COPY ./modules/DebugTools/*.csproj ./modules/DebugTools/
|
||||
|
||||
Reference in New Issue
Block a user