mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
add: Added grpc api, perm system
add: grpc api config in creds
This commit is contained in:
@@ -49,8 +49,8 @@ public interface IStatsService
|
||||
/// </summary>
|
||||
double GetPrivateMemoryMegabytes();
|
||||
|
||||
GuildInfo GetGuildInfo(string name);
|
||||
GuildInfo GetGuildInfo(ulong id);
|
||||
GuildInfo GetGuildInfoAsync(string name);
|
||||
Task<GuildInfo> GetGuildInfoAsync(ulong id);
|
||||
}
|
||||
|
||||
public record struct GuildInfo
|
||||
|
Reference in New Issue
Block a user