Version 1.0.5-rc22

This commit is contained in:
Paul Schneider 2018-07-26 17:10:57 +02:00
commit aec12b3177
13 changed files with 171 additions and 44 deletions

View file

@ -67,8 +67,6 @@ namespace Yavsc
var val = JsonConvert.SerializeObject(prop.Value);
logger.LogInformation( $"#Property {prop.Key}: {val}" );
}
var bot = await this._usermanager.GetUserByNameAsync(botName);
}
}
}