Skip to content

Commit

Permalink
Merge pull request #23 from foldingcash/dev
Browse files Browse the repository at this point in the history
Major Upgrade DiscordBot Dependency
  • Loading branch information
StrungSafe authored Sep 8, 2024
2 parents 44f3f7d + e964bcd commit 38436c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions DiscordBot/DiscordBot.Core/BaseModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,8 @@ private string Usage(SocketCommandContext context)
var builder = new StringBuilder();

builder.AppendLine(
"To use me, tag me or tell me a command and provide additional information when needed.");
"To use me, tag me with a command; provide additional information when needed.");
builder.AppendLine();
builder.AppendLine("Usage: !{command} {data}");
builder.AppendLine($"Usage: @{settings.BotName} {{command}} {{data}}");
builder.AppendLine();
builder.AppendLine("Commands -");
Expand Down
4 changes: 2 additions & 2 deletions DiscordBot/DiscordBot.Core/DiscordBot.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Discord.Net" Version="2.4.0" />
<PackageReference Include="Discord.Net.Commands" Version="2.4.0" />
<PackageReference Include="Discord.Net" Version="3.15.3" />
<PackageReference Include="Discord.Net.Commands" Version="3.15.3" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
Expand Down

0 comments on commit 38436c5

Please sign in to comment.