Adding mixpanel dep
This commit is contained in:
parent
90afb2bc32
commit
542adbf9a7
@ -6,10 +6,13 @@ open DSharpPlus
|
|||||||
open DSharpPlus.SlashCommands
|
open DSharpPlus.SlashCommands
|
||||||
open Degenz
|
open Degenz
|
||||||
open Emzi0767.Utilities
|
open Emzi0767.Utilities
|
||||||
|
open Mixpanel
|
||||||
//open Degenz.SlotMachine
|
//open Degenz.SlotMachine
|
||||||
|
|
||||||
type EmptyGlobalCommandToAvoidFamousDuplicateSlashCommandsBug() = inherit ApplicationCommandModule ()
|
type EmptyGlobalCommandToAvoidFamousDuplicateSlashCommandsBug() = inherit ApplicationCommandModule ()
|
||||||
|
|
||||||
|
let mix = MixpanelClient("SOMETOKEN")
|
||||||
|
|
||||||
let guild = GuildEnvironment.guildId
|
let guild = GuildEnvironment.guildId
|
||||||
|
|
||||||
let hackerBattleConfig = DiscordConfiguration()
|
let hackerBattleConfig = DiscordConfiguration()
|
||||||
|
@ -4,3 +4,4 @@ DSharpPlus.Interactivity
|
|||||||
DSharpPlus.SlashCommands
|
DSharpPlus.SlashCommands
|
||||||
dotenv.net
|
dotenv.net
|
||||||
Npgsql.FSharp
|
Npgsql.FSharp
|
||||||
|
mixpanel-csharp
|
||||||
|
@ -5,14 +5,11 @@ framework: net6.0, netstandard2.0, netstandard2.1
|
|||||||
|
|
||||||
nuget FSharp.Core >= 6.0.0
|
nuget FSharp.Core >= 6.0.0
|
||||||
|
|
||||||
source https://nuget.emzi0767.com/api/v3/index.json
|
|
||||||
|
|
||||||
nuget DSharpPlus >= 4.2.0-nightly-01091
|
nuget DSharpPlus >= 4.2.0-nightly-01091
|
||||||
nuget DSharpPlus.Interactivity >= 4.2.0-nightly-01091
|
nuget DSharpPlus.Interactivity >= 4.2.0-nightly-01091
|
||||||
nuget DSharpPlus.SlashCommands >= 4.2.0-nightly-01091
|
nuget DSharpPlus.SlashCommands >= 4.2.0-nightly-01091
|
||||||
|
|
||||||
nuget MongoDB.Driver
|
nuget MongoDB.Driver
|
||||||
|
|
||||||
nuget dotenv.net 3.1.1
|
nuget dotenv.net 3.1.1
|
||||||
|
|
||||||
nuget Npgsql.FSharp
|
nuget Npgsql.FSharp
|
||||||
|
nuget mixpanel-csharp 5.0.0
|
||||||
|
36
paket.lock
36
paket.lock
@ -3,12 +3,12 @@ RESTRICTION: || (== net6.0) (== netstandard2.0) (== netstandard2.1)
|
|||||||
NUGET
|
NUGET
|
||||||
remote: https://api.nuget.org/v3/index.json
|
remote: https://api.nuget.org/v3/index.json
|
||||||
ConcurrentHashSet (1.3)
|
ConcurrentHashSet (1.3)
|
||||||
DnsClient (1.5)
|
DnsClient (1.6)
|
||||||
Microsoft.Win32.Registry (>= 5.0)
|
Microsoft.Win32.Registry (>= 5.0)
|
||||||
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))
|
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)
|
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))
|
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-01094)
|
DSharpPlus (4.2.0-nightly-01102)
|
||||||
Emzi0767.Common (>= 2.6.2)
|
Emzi0767.Common (>= 2.6.2)
|
||||||
Microsoft.Extensions.Logging.Abstractions (>= 5.0)
|
Microsoft.Extensions.Logging.Abstractions (>= 5.0)
|
||||||
Newtonsoft.Json (>= 13.0.1)
|
Newtonsoft.Json (>= 13.0.1)
|
||||||
@ -18,15 +18,18 @@ NUGET
|
|||||||
System.Net.WebSockets.Client (>= 4.3.2)
|
System.Net.WebSockets.Client (>= 4.3.2)
|
||||||
System.Runtime.InteropServices.RuntimeInformation (>= 4.3)
|
System.Runtime.InteropServices.RuntimeInformation (>= 4.3)
|
||||||
System.Threading.Channels (>= 5.0)
|
System.Threading.Channels (>= 5.0)
|
||||||
DSharpPlus.Interactivity (4.2.0-nightly-01094)
|
DSharpPlus.Interactivity (4.2.0-nightly-01102)
|
||||||
ConcurrentHashSet (>= 1.1)
|
ConcurrentHashSet (>= 1.1)
|
||||||
DSharpPlus (>= 4.2.0-nightly-01094)
|
DSharpPlus (>= 4.2.0-nightly-01102)
|
||||||
|
DSharpPlus.SlashCommands (4.2.0-nightly-01102)
|
||||||
|
DSharpPlus (>= 4.2.0-nightly-01102)
|
||||||
|
Microsoft.Extensions.DependencyInjection (>= 5.0.1)
|
||||||
Emzi0767.Common (2.6.2)
|
Emzi0767.Common (2.6.2)
|
||||||
System.Collections.Immutable (>= 5.0)
|
System.Collections.Immutable (>= 5.0)
|
||||||
System.Memory (>= 4.5.4)
|
System.Memory (>= 4.5.4)
|
||||||
System.Runtime.CompilerServices.Unsafe (>= 5.0)
|
System.Runtime.CompilerServices.Unsafe (>= 5.0)
|
||||||
System.ValueTuple (>= 4.5)
|
System.ValueTuple (>= 4.5)
|
||||||
FSharp.Core (6.0.1)
|
FSharp.Core (6.0.3)
|
||||||
Microsoft.Bcl.AsyncInterfaces (6.0) - restriction: || (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp3.1)) (&& (== net6.0) (< netstandard2.1)) (== netstandard2.0) (== netstandard2.1)
|
Microsoft.Bcl.AsyncInterfaces (6.0) - restriction: || (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp3.1)) (&& (== net6.0) (< netstandard2.1)) (== netstandard2.0) (== netstandard2.1)
|
||||||
System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netstandard2.1)) (== netstandard2.0) (&& (== netstandard2.1) (>= net461))
|
System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netstandard2.1)) (== netstandard2.0) (&& (== netstandard2.1) (>= net461))
|
||||||
Microsoft.Bcl.HashCode (1.1.1) - restriction: || (&& (== net6.0) (< netstandard2.1)) (== netstandard2.0)
|
Microsoft.Bcl.HashCode (1.1.1) - restriction: || (&& (== net6.0) (< netstandard2.1)) (== netstandard2.0)
|
||||||
@ -38,10 +41,10 @@ NUGET
|
|||||||
Microsoft.Extensions.DependencyInjection.Abstractions (6.0)
|
Microsoft.Extensions.DependencyInjection.Abstractions (6.0)
|
||||||
Microsoft.Bcl.AsyncInterfaces (>= 6.0) - restriction: || (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netstandard2.1)) (== netstandard2.0) (&& (== netstandard2.1) (>= net461))
|
Microsoft.Bcl.AsyncInterfaces (>= 6.0) - restriction: || (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netstandard2.1)) (== netstandard2.0) (&& (== netstandard2.1) (>= net461))
|
||||||
System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netstandard2.1)) (== netstandard2.0) (&& (== netstandard2.1) (>= net461))
|
System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netstandard2.1)) (== netstandard2.0) (&& (== netstandard2.1) (>= net461))
|
||||||
Microsoft.Extensions.Logging.Abstractions (6.0)
|
Microsoft.Extensions.Logging.Abstractions (6.0.1)
|
||||||
System.Buffers (>= 4.5.1) - restriction: || (&& (== net6.0) (>= net461)) (== netstandard2.0) (== netstandard2.1)
|
System.Buffers (>= 4.5.1) - restriction: || (&& (== net6.0) (>= net461)) (== netstandard2.0) (== netstandard2.1)
|
||||||
System.Memory (>= 4.5.4) - restriction: || (&& (== net6.0) (>= net461)) (== netstandard2.0) (== netstandard2.1)
|
System.Memory (>= 4.5.4) - restriction: || (&& (== net6.0) (>= net461)) (== netstandard2.0) (== netstandard2.1)
|
||||||
Microsoft.NETCore.Platforms (6.0.1)
|
Microsoft.NETCore.Platforms (6.0.2)
|
||||||
Microsoft.NETCore.Targets (5.0)
|
Microsoft.NETCore.Targets (5.0)
|
||||||
Microsoft.Win32.Primitives (4.3)
|
Microsoft.Win32.Primitives (4.3)
|
||||||
Microsoft.NETCore.Platforms (>= 1.1)
|
Microsoft.NETCore.Platforms (>= 1.1)
|
||||||
@ -52,15 +55,16 @@ NUGET
|
|||||||
System.Memory (>= 4.5.4) - restriction: || (&& (== net6.0) (< netcoreapp2.0)) (&& (== net6.0) (< netcoreapp2.1)) (&& (== net6.0) (>= uap10.1)) (== netstandard2.0) (== netstandard2.1)
|
System.Memory (>= 4.5.4) - restriction: || (&& (== net6.0) (< netcoreapp2.0)) (&& (== net6.0) (< netcoreapp2.1)) (&& (== net6.0) (>= uap10.1)) (== netstandard2.0) (== netstandard2.1)
|
||||||
System.Security.AccessControl (>= 5.0)
|
System.Security.AccessControl (>= 5.0)
|
||||||
System.Security.Principal.Windows (>= 5.0)
|
System.Security.Principal.Windows (>= 5.0)
|
||||||
MongoDB.Bson (2.14.1)
|
mixpanel-csharp (5.0)
|
||||||
|
MongoDB.Bson (2.15)
|
||||||
System.Runtime.CompilerServices.Unsafe (>= 5.0)
|
System.Runtime.CompilerServices.Unsafe (>= 5.0)
|
||||||
MongoDB.Driver (2.14.1)
|
MongoDB.Driver (2.15)
|
||||||
MongoDB.Bson (>= 2.14.1)
|
MongoDB.Bson (>= 2.15)
|
||||||
MongoDB.Driver.Core (>= 2.14.1)
|
MongoDB.Driver.Core (>= 2.15)
|
||||||
MongoDB.Libmongocrypt (>= 1.3)
|
MongoDB.Libmongocrypt (>= 1.3)
|
||||||
MongoDB.Driver.Core (2.14.1)
|
MongoDB.Driver.Core (2.15)
|
||||||
DnsClient (>= 1.4)
|
DnsClient (>= 1.6)
|
||||||
MongoDB.Bson (>= 2.14.1)
|
MongoDB.Bson (>= 2.15)
|
||||||
MongoDB.Libmongocrypt (>= 1.3)
|
MongoDB.Libmongocrypt (>= 1.3)
|
||||||
SharpCompress (>= 0.30.1)
|
SharpCompress (>= 0.30.1)
|
||||||
System.Buffers (>= 4.5.1)
|
System.Buffers (>= 4.5.1)
|
||||||
@ -514,7 +518,3 @@ NUGET
|
|||||||
Microsoft.NETCore.Targets (>= 1.1)
|
Microsoft.NETCore.Targets (>= 1.1)
|
||||||
System.Runtime (>= 4.3)
|
System.Runtime (>= 4.3)
|
||||||
System.ValueTuple (4.5)
|
System.ValueTuple (4.5)
|
||||||
remote: https://nuget.emzi0767.com/api/v3/index.json
|
|
||||||
DSharpPlus.SlashCommands (4.2.0-nightly-01091)
|
|
||||||
DSharpPlus (>= 4.2.0-nightly-01091)
|
|
||||||
Microsoft.Extensions.DependencyInjection (>= 5.0.1)
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user