mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-13 18:58:27 -04:00
Gambling moved to a separate project. Project builds
This commit is contained in:
7
src/Nadeko.Bot.Common/IDiscordPermOverrideService.cs
Normal file
7
src/Nadeko.Bot.Common/IDiscordPermOverrideService.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
#nullable disable
|
||||
namespace Nadeko.Common;
|
||||
|
||||
public interface IDiscordPermOverrideService
|
||||
{
|
||||
bool TryGetOverrides(ulong guildId, string commandName, out Nadeko.Bot.Db.GuildPerm? perm);
|
||||
}
|
Reference in New Issue
Block a user