|
@@ -1,6 +1,7 @@ |
|
|
using Discord.Rest; |
|
|
using Discord.Rest; |
|
|
using Newtonsoft.Json.Linq; |
|
|
using Newtonsoft.Json.Linq; |
|
|
using System; |
|
|
using System; |
|
|
|
|
|
using System.Linq; |
|
|
using System.Threading.Tasks; |
|
|
using System.Threading.Tasks; |
|
|
using DataModel = Discord.API.ApplicationCommandInteractionData; |
|
|
using DataModel = Discord.API.ApplicationCommandInteractionData; |
|
|
using Model = Discord.API.Gateway.InteractionCreated; |
|
|
using Model = Discord.API.Gateway.InteractionCreated; |
|
|