diff --git a/Bot/XP.fs b/Bot/XP.fs index b26c175..b220759 100644 --- a/Bot/XP.fs +++ b/Bot/XP.fs @@ -3,7 +3,6 @@ module Degenz.XP open DSharpPlus open DSharpPlus.Entities - type RewardType = | Currency of int // | RandomItem of itemType : ItemType * amount : int diff --git a/paket.dependencies b/paket.dependencies index d32431f..56f38d1 100644 --- a/paket.dependencies +++ b/paket.dependencies @@ -5,9 +5,9 @@ framework: net6.0, netstandard2.0, netstandard2.1 nuget FSharp.Core >= 6.0.0 -nuget DSharpPlus >= 4.2.0-nightly-01091 -nuget DSharpPlus.Interactivity >= 4.2.0-nightly-01091 -nuget DSharpPlus.SlashCommands >= 4.2.0-nightly-01091 +nuget DSharpPlus >= 4.2.0-nightly-01105 +nuget DSharpPlus.Interactivity >= 4.2.0-nightly-01105 +nuget DSharpPlus.SlashCommands >= 4.2.0-nightly-01105 nuget MongoDB.Driver nuget dotenv.net 3.1.1 diff --git a/paket.lock b/paket.lock index f7cc537..0b19165 100644 --- a/paket.lock +++ b/paket.lock @@ -8,7 +8,7 @@ NUGET System.Buffers (>= 4.5.1) - restriction: || (&& (== net6.0) (>= net471)) (&& (== net6.0) (< netstandard2.0)) (&& (== net6.0) (< netstandard2.1)) (== netstandard2.0) (&& (== netstandard2.1) (>= net471)) (&& (== netstandard2.1) (< netstandard2.0)) dotenv.net (3.1.1) System.Memory (>= 4.5.4) - restriction: || (&& (== net6.0) (< netstandard2.0)) (&& (== net6.0) (< netstandard2.1)) (== netstandard2.0) (&& (== netstandard2.1) (< netstandard2.0)) - DSharpPlus (4.2.0-nightly-01102) + DSharpPlus (4.2.0-nightly-01105) Emzi0767.Common (>= 2.6.2) Microsoft.Extensions.Logging.Abstractions (>= 5.0) Newtonsoft.Json (>= 13.0.1) @@ -18,11 +18,11 @@ NUGET System.Net.WebSockets.Client (>= 4.3.2) System.Runtime.InteropServices.RuntimeInformation (>= 4.3) System.Threading.Channels (>= 5.0) - DSharpPlus.Interactivity (4.2.0-nightly-01102) + DSharpPlus.Interactivity (4.2.0-nightly-01105) ConcurrentHashSet (>= 1.1) - DSharpPlus (>= 4.2.0-nightly-01102) - DSharpPlus.SlashCommands (4.2.0-nightly-01102) - DSharpPlus (>= 4.2.0-nightly-01102) + DSharpPlus (>= 4.2.0-nightly-01105) + DSharpPlus.SlashCommands (4.2.0-nightly-01105) + DSharpPlus (>= 4.2.0-nightly-01105) Microsoft.Extensions.DependencyInjection (>= 5.0.1) Emzi0767.Common (2.6.2) System.Collections.Immutable (>= 5.0)