Update to D#+ 4.0.0-rc1

This commit is contained in:
Ske
2020-11-15 13:53:31 +01:00
parent 90b2fcfdd4
commit 634173e205
14 changed files with 73 additions and 87 deletions

View File

@@ -29,7 +29,7 @@ namespace PluralKit.Bot
_client = client;
}
public async Task Handle(MessageUpdateEventArgs evt)
public async Task Handle(DiscordClient shard, MessageUpdateEventArgs evt)
{
if (evt.Author?.Id == _client.CurrentUser?.Id) return;