Added Ban and Unban calls

Co-authored-by: defnotken <itsdefnotken@gmail.com>
Reviewed-on: #2
This commit was merged in pull request #2.
This commit is contained in:
2025-09-06 00:15:19 +02:00
parent 5e37ff86e7
commit 8217d99478
13 changed files with 1386 additions and 27 deletions

View File

@@ -7,7 +7,6 @@ using LightlessSyncShared.Models;
using LightlessSyncShared.Services;
using LightlessSyncShared.Utils.Configuration;
using Microsoft.EntityFrameworkCore;
using Newtonsoft.Json.Linq;
using StackExchange.Redis;
namespace LightlessSyncServices.Discord;