Update DSharp to fix OAuthFlags issue
This commit is contained in:
parent
ed722ec8c4
commit
fc438be0f0
@ -3,7 +3,6 @@ module Degenz.XP
|
||||
open DSharpPlus
|
||||
open DSharpPlus.Entities
|
||||
|
||||
|
||||
type RewardType =
|
||||
| Currency of int<GBT>
|
||||
// | RandomItem of itemType : ItemType * amount : int
|
||||
|
@ -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
|
||||
|
10
paket.lock
10
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user