Fixed word in logging.
This commit is contained in:
@ -48,7 +48,7 @@ namespace HermesSocketServer.Requests
|
||||
Path = r.GetString(2),
|
||||
Allow = r.GetBoolean(3)
|
||||
}));
|
||||
_logger.Information($"Fetched all redemptions for channel [channel: {channel.Id}]");
|
||||
_logger.Information($"Fetched all permissions for channel [channel: {channel.Id}]");
|
||||
|
||||
var info = new GroupInfo()
|
||||
{
|
||||
|
Reference in New Issue
Block a user