Added .qdelauth - Delete all quotes by the specified author on this server. If you target yourself - no permission required

This commit is contained in:
Kwoth
2022-08-30 15:46:10 +02:00
parent b69e25edf4
commit fb4f470b44
7 changed files with 100 additions and 32 deletions

View File

@@ -3,14 +3,12 @@ using Microsoft.Extensions.DependencyInjection;
using NadekoBot.Common.Configs;
using NadekoBot.Common.ModuleBehaviors;
using NadekoBot.Db;
using NadekoBot.Modules.Administration;
using NadekoBot.Modules.Utility;
using NadekoBot.Services.Database.Models;
using System.Collections.Immutable;
using System.Diagnostics;
using System.Net;
using System.Reflection;
using Nadeko.Common;
using RunMode = Discord.Commands.RunMode;
namespace NadekoBot;