From b79fb837eaf29f4f8db768279502affa988c61d8 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me> Date: Tue, 5 May 2020 19:43:49 -0400 Subject: [PATCH] Extended Emote from EmoteAction. --- lib/aethyr/core/actions/commands/emotes/emote.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/aethyr/core/actions/commands/emotes/emote.rb b/lib/aethyr/core/actions/commands/emotes/emote.rb index dd9dea4..5711aa0 100644 --- a/lib/aethyr/core/actions/commands/emotes/emote.rb +++ b/lib/aethyr/core/actions/commands/emotes/emote.rb @@ -1,10 +1,10 @@ -require "aethyr/core/actions/command_action" +require "aethyr/core/actions/commands/emotes/emote_action" module Aethyr module Core module Actions module Emote - class EmoteCommand < Aethyr::Core::Actions::CommandAction + class EmoteCommand < Aethyr::Core::Actions::EmoteAction def initialize(actor, **data) super(actor, **data) end -- GitLab