Skip to content

Commit ac30c6d

Browse files
Upgrade DSharpPlus to 5.0.0-nightly-02552
1 parent 0310b53 commit ac30c6d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Commands/InviteInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public static async Task InviteInfoCommand(SlashCommandContext ctx,
2121
DiscordInvite invite;
2222
try
2323
{
24-
invite = await Program.Discord.GetInviteByCodeAsync(targetInvite, true, true);
24+
invite = await Program.Discord.GetInviteByCodeAsync(targetInvite);
2525
}
2626
catch
2727
{

MechanicalMilkshake.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Abyssal.HumanDateParser" Version="2.0.0-20191113.1"/>
11-
<PackageReference Include="DSharpPlus" Version="5.0.0-nightly-02551" />
12-
<PackageReference Include="DSharpPlus.Commands" Version="5.0.0-nightly-02551" />
13-
<PackageReference Include="DSharpPlus.Interactivity" Version="5.0.0-nightly-02551" />
11+
<PackageReference Include="DSharpPlus" Version="5.0.0-nightly-02552" />
12+
<PackageReference Include="DSharpPlus.Commands" Version="5.0.0-nightly-02552" />
13+
<PackageReference Include="DSharpPlus.Interactivity" Version="5.0.0-nightly-02552" />
1414
<PackageReference Include="Humanizer.Core" Version="3.0.0-beta.54" />
1515
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.12.0-2.final" />
1616
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.12.0-2.final" />

0 commit comments

Comments
 (0)