mirror of
https://github.com/yawaflua/PL_JusticeBot.git
synced 2025-12-09 20:09:31 +02:00
add settings
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
using Discord.Interactions;
|
||||
using Discord.WebSocket;
|
||||
using DiscordApp.Database;
|
||||
using DiscordApp.Justice.Commands;
|
||||
using Microsoft.VisualBasic;
|
||||
using Newtonsoft.Json;
|
||||
using System.Reflection;
|
||||
@@ -40,7 +41,9 @@ namespace DiscordApp
|
||||
|
||||
private async Task ReadyAsync()
|
||||
{
|
||||
|
||||
HttpClient http = new HttpClient();
|
||||
|
||||
await handler.RegisterCommandsGloballyAsync(true);
|
||||
while (true)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user