mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 01:38:27 -04:00
api: Added warn endpoints fix: Reminders should now be able to ping everyone if the user who created the reminder has that permission
8 lines
116 B
C#
8 lines
116 B
C#
using Grpc.Core;
|
|
|
|
namespace NadekoBot.GrpcApi;
|
|
|
|
public interface IGrpcSvc
|
|
{
|
|
ServerServiceDefinition Bind();
|
|
} |