Use the TransactionModuleBase for all commands that haven't implemented GeekbotCommandBase

This commit is contained in:
Daan Boerlage 2021-09-17 14:31:24 +02:00
parent f02c30e660
commit a1f8d033c2
Signed by: daan
GPG key ID: FCE070E1E4956606
25 changed files with 40 additions and 25 deletions

View file

@ -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;