fix: unbreak error reporting for @mention prefix
This commit is contained in:
@@ -6,5 +6,5 @@ public interface IEventHandler<in T> where T : IGatewayEvent
|
||||
{
|
||||
Task Handle(Shard shard, T evt);
|
||||
|
||||
ulong? ErrorChannelFor(T evt) => null;
|
||||
ulong? ErrorChannelFor(T evt, ulong userId) => null;
|
||||
}
|
||||
Reference in New Issue
Block a user