Refactor interactive event handlers

This commit is contained in:
Ske
2020-05-05 16:03:46 +02:00
parent e9cc0c8fdf
commit 2579683da9
6 changed files with 155 additions and 35 deletions

View File

@@ -304,5 +304,7 @@ namespace PluralKit.Bot
return null;
}
}
public IComponentContext Services => _provider;
}
}