Skip to content

Commit

Permalink
*.* - Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
CloudTheWolf committed Jun 27, 2024
1 parent d5888c8 commit 86bd492
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion CloudTheWolf.DSharpPlus.Scaffolding.Worker/Bot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ private static void SetDiscordConfig()
Token = Options.Token,
TokenType = TokenType.Bot,
AutoReconnect = true,
Intents = DiscordIntents.All,
LoggerFactory = Logging.Logger.LoggerFactory,

};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<ApplicationIcon>logo.ico</ApplicationIcon>
<SignAssembly>False</SignAssembly>
<EnableNETAnalyzers>False</EnableNETAnalyzers>
</PropertyGroup>

<ItemGroup>
Expand All @@ -22,7 +24,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="CloudTheWolf.DSharpPlus.Scaffolding.Data" Version="2.1.0" />
<PackageReference Include="CloudTheWolf.DSharpPlus.Scaffolding.Data" Version="2.1.0.1" />
<PackageReference Include="CloudTheWolf.DSharpPlus.Scaffolding.Shared" Version="2.2.0.2" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting.Systemd" Version="8.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion CloudTheWolf.DSharpPlus.Scaffolding.Worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ WORKDIR /app

FROM base AS final
WORKDIR /app
COPY /publish .
COPY ./publish .
ENTRYPOINT ["dotnet", "CloudTheWolf.DSharpPlus.Scaffolding.Worker.dll"]
1 change: 0 additions & 1 deletion CloudTheWolf.DSharpPlus.Scaffolding.Worker/ShardBot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ private static void SetDiscordConfig()
Token = Options.Token,
TokenType = TokenType.Bot,
AutoReconnect = true,
Intents = DiscordIntents.All,
LoggerFactory = Logging.Logger.LoggerFactory
};
}
Expand Down

0 comments on commit 86bd492

Please sign in to comment.