Actually mark the methods virtual #derp
This commit is contained in:
@@ -15,11 +15,11 @@ namespace Discord.Commands
|
||||
return await Context.Channel.SendMessageAsync(message, isTTS, embed, options).ConfigureAwait(false);
|
||||
}
|
||||
|
||||
protected void BeforeExecute()
|
||||
protected virtual void BeforeExecute()
|
||||
{
|
||||
}
|
||||
|
||||
protected void AfterExecute()
|
||||
protected virtual void AfterExecute()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user