Use the TransactionModuleBase for all commands that haven't implemented GeekbotCommandBase
This commit is contained in:
parent
f02c30e660
commit
a1f8d033c2
25 changed files with 40 additions and 25 deletions
|
@ -6,7 +6,7 @@ using Geekbot.Core.ErrorHandling;
|
|||
|
||||
namespace Geekbot.Bot.Commands.Randomness.Dad
|
||||
{
|
||||
public class DadJokes : ModuleBase
|
||||
public class DadJokes : TransactionModuleBase
|
||||
{
|
||||
private readonly IErrorHandler _errorHandler;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue