mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Expose git version in 'pk;stats' and '/v1/meta'
This commit is contained in:
parent
dcc15dc847
commit
1cb4bc9287
9 changed files with 54 additions and 5 deletions
|
|
@ -30,6 +30,9 @@ namespace PluralKit.Bot
|
|||
|
||||
return RunWrapper(services, async ct =>
|
||||
{
|
||||
// init version service
|
||||
await BuildInfoService.LoadVersion();
|
||||
|
||||
var logger = services.Resolve<ILogger>().ForContext<Init>();
|
||||
|
||||
// Initialize Sentry SDK, and make sure it gets dropped at the end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue