From f267ccedd2eb8211cbb08fa85abd310cb121102c Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Tue, 23 Feb 2021 23:48:33 -0500
Subject: [PATCH] Moved command_action to a new folder.

---
 lib/aethyr/core/actions/commands/acarea.rb               | 2 +-
 lib/aethyr/core/actions/commands/acdoor.rb               | 2 +-
 lib/aethyr/core/actions/commands/acomment.rb             | 2 +-
 lib/aethyr/core/actions/commands/aconfig.rb              | 2 +-
 lib/aethyr/core/actions/commands/acportal.rb             | 2 +-
 lib/aethyr/core/actions/commands/acreate.rb              | 2 +-
 lib/aethyr/core/actions/commands/acroom.rb               | 2 +-
 lib/aethyr/core/actions/commands/adelete.rb              | 2 +-
 lib/aethyr/core/actions/commands/adesc.rb                | 2 +-
 lib/aethyr/core/actions/commands/aforce.rb               | 2 +-
 lib/aethyr/core/actions/commands/ahelp.rb                | 2 +-
 lib/aethyr/core/actions/commands/ahide.rb                | 2 +-
 lib/aethyr/core/actions/commands/ainfo.rb                | 2 +-
 lib/aethyr/core/actions/commands/alearn.rb               | 2 +-
 lib/aethyr/core/actions/commands/alist.rb                | 2 +-
 lib/aethyr/core/actions/commands/all.rb                  | 2 +-
 lib/aethyr/core/actions/commands/alog.rb                 | 2 +-
 lib/aethyr/core/actions/commands/alook.rb                | 2 +-
 lib/aethyr/core/actions/commands/aput.rb                 | 2 +-
 lib/aethyr/core/actions/commands/areaction.rb            | 2 +-
 lib/aethyr/core/actions/commands/areas.rb                | 2 +-
 lib/aethyr/core/actions/commands/areload.rb              | 2 +-
 lib/aethyr/core/actions/commands/asave.rb                | 2 +-
 lib/aethyr/core/actions/commands/aset.rb                 | 2 +-
 lib/aethyr/core/actions/commands/astatus.rb              | 2 +-
 lib/aethyr/core/actions/commands/ateach.rb               | 2 +-
 lib/aethyr/core/actions/commands/awatch.rb               | 2 +-
 lib/aethyr/core/actions/commands/awho.rb                 | 2 +-
 lib/aethyr/core/actions/commands/close.rb                | 2 +-
 lib/aethyr/core/actions/{ => commands}/command_action.rb | 0
 lib/aethyr/core/actions/commands/date.rb                 | 2 +-
 lib/aethyr/core/actions/commands/delete_player.rb        | 2 +-
 lib/aethyr/core/actions/commands/delete_post.rb          | 2 +-
 lib/aethyr/core/actions/commands/deleteme.rb             | 2 +-
 lib/aethyr/core/actions/commands/drop.rb                 | 2 +-
 lib/aethyr/core/actions/commands/emotes/emote_action.rb  | 2 +-
 lib/aethyr/core/actions/commands/feel.rb                 | 2 +-
 lib/aethyr/core/actions/commands/fill.rb                 | 2 +-
 lib/aethyr/core/actions/commands/gait.rb                 | 2 +-
 lib/aethyr/core/actions/commands/get.rb                  | 2 +-
 lib/aethyr/core/actions/commands/give.rb                 | 2 +-
 lib/aethyr/core/actions/commands/health.rb               | 2 +-
 lib/aethyr/core/actions/commands/inventory.rb            | 2 +-
 lib/aethyr/core/actions/commands/issue.rb                | 2 +-
 lib/aethyr/core/actions/commands/kick.rb                 | 2 +-
 lib/aethyr/core/actions/commands/latest_news.rb          | 2 +-
 lib/aethyr/core/actions/commands/list_unread.rb          | 2 +-
 lib/aethyr/core/actions/commands/listen.rb               | 2 +-
 lib/aethyr/core/actions/commands/lock.rb                 | 4 ++--
 lib/aethyr/core/actions/commands/look.rb                 | 2 +-
 lib/aethyr/core/actions/commands/map.rb                  | 2 +-
 lib/aethyr/core/actions/commands/more.rb                 | 2 +-
 lib/aethyr/core/actions/commands/move.rb                 | 2 +-
 lib/aethyr/core/actions/commands/open.rb                 | 2 +-
 lib/aethyr/core/actions/commands/portal.rb               | 2 +-
 lib/aethyr/core/actions/commands/pose.rb                 | 2 +-
 lib/aethyr/core/actions/commands/punch.rb                | 2 +-
 lib/aethyr/core/actions/commands/put.rb                  | 2 +-
 lib/aethyr/core/actions/commands/quit.rb                 | 2 +-
 lib/aethyr/core/actions/commands/read_post.rb            | 2 +-
 lib/aethyr/core/actions/commands/remove.rb               | 2 +-
 lib/aethyr/core/actions/commands/reply.rb                | 2 +-
 lib/aethyr/core/actions/commands/restart.rb              | 2 +-
 lib/aethyr/core/actions/commands/satiety.rb              | 2 +-
 lib/aethyr/core/actions/commands/say.rb                  | 2 +-
 lib/aethyr/core/actions/commands/set.rb                  | 2 +-
 lib/aethyr/core/actions/commands/setcolor.rb             | 2 +-
 lib/aethyr/core/actions/commands/setpassword.rb          | 2 +-
 lib/aethyr/core/actions/commands/showcolors.rb           | 2 +-
 lib/aethyr/core/actions/commands/simple_block.rb         | 2 +-
 lib/aethyr/core/actions/commands/simple_dodge.rb         | 2 +-
 lib/aethyr/core/actions/commands/sit.rb                  | 2 +-
 lib/aethyr/core/actions/commands/skills.rb               | 2 +-
 lib/aethyr/core/actions/commands/slash.rb                | 2 +-
 lib/aethyr/core/actions/commands/smell.rb                | 2 +-
 lib/aethyr/core/actions/commands/stand.rb                | 2 +-
 lib/aethyr/core/actions/commands/status.rb               | 2 +-
 lib/aethyr/core/actions/commands/taste.rb                | 2 +-
 lib/aethyr/core/actions/commands/tell.rb                 | 2 +-
 lib/aethyr/core/actions/commands/terrain.rb              | 2 +-
 lib/aethyr/core/actions/commands/time.rb                 | 2 +-
 lib/aethyr/core/actions/commands/unlock.rb               | 2 +-
 lib/aethyr/core/actions/commands/unwield.rb              | 2 +-
 lib/aethyr/core/actions/commands/wear.rb                 | 2 +-
 lib/aethyr/core/actions/commands/whereis.rb              | 2 +-
 lib/aethyr/core/actions/commands/whisper.rb              | 2 +-
 lib/aethyr/core/actions/commands/who.rb                  | 2 +-
 lib/aethyr/core/actions/commands/wield.rb                | 2 +-
 lib/aethyr/core/actions/commands/write.rb                | 2 +-
 lib/aethyr/core/actions/commands/write_post.rb           | 2 +-
 lib/aethyr/core/input_handlers/close.rb                  | 2 +-
 91 files changed, 91 insertions(+), 91 deletions(-)
 rename lib/aethyr/core/actions/{ => commands}/command_action.rb (100%)

diff --git a/lib/aethyr/core/actions/commands/acarea.rb b/lib/aethyr/core/actions/commands/acarea.rb
index 4f70fc3..a536159 100644
--- a/lib/aethyr/core/actions/commands/acarea.rb
+++ b/lib/aethyr/core/actions/commands/acarea.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/acdoor.rb b/lib/aethyr/core/actions/commands/acdoor.rb
index cf592c2..70d7d3c 100644
--- a/lib/aethyr/core/actions/commands/acdoor.rb
+++ b/lib/aethyr/core/actions/commands/acdoor.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/acomment.rb b/lib/aethyr/core/actions/commands/acomment.rb
index 12907e7..24ef59f 100644
--- a/lib/aethyr/core/actions/commands/acomment.rb
+++ b/lib/aethyr/core/actions/commands/acomment.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/aconfig.rb b/lib/aethyr/core/actions/commands/aconfig.rb
index 717f53f..38a2481 100644
--- a/lib/aethyr/core/actions/commands/aconfig.rb
+++ b/lib/aethyr/core/actions/commands/aconfig.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/acportal.rb b/lib/aethyr/core/actions/commands/acportal.rb
index e669eaf..61f003a 100644
--- a/lib/aethyr/core/actions/commands/acportal.rb
+++ b/lib/aethyr/core/actions/commands/acportal.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/acreate.rb b/lib/aethyr/core/actions/commands/acreate.rb
index bf8f660..d8e1d07 100644
--- a/lib/aethyr/core/actions/commands/acreate.rb
+++ b/lib/aethyr/core/actions/commands/acreate.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/acroom.rb b/lib/aethyr/core/actions/commands/acroom.rb
index 345c037..f68efd9 100644
--- a/lib/aethyr/core/actions/commands/acroom.rb
+++ b/lib/aethyr/core/actions/commands/acroom.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/adelete.rb b/lib/aethyr/core/actions/commands/adelete.rb
index f740862..e94927d 100644
--- a/lib/aethyr/core/actions/commands/adelete.rb
+++ b/lib/aethyr/core/actions/commands/adelete.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/adesc.rb b/lib/aethyr/core/actions/commands/adesc.rb
index fe23f9a..f57b482 100644
--- a/lib/aethyr/core/actions/commands/adesc.rb
+++ b/lib/aethyr/core/actions/commands/adesc.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/aforce.rb b/lib/aethyr/core/actions/commands/aforce.rb
index 6359f70..5ce4c21 100644
--- a/lib/aethyr/core/actions/commands/aforce.rb
+++ b/lib/aethyr/core/actions/commands/aforce.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/ahelp.rb b/lib/aethyr/core/actions/commands/ahelp.rb
index 0d060e6..d7e9e6b 100644
--- a/lib/aethyr/core/actions/commands/ahelp.rb
+++ b/lib/aethyr/core/actions/commands/ahelp.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/ahide.rb b/lib/aethyr/core/actions/commands/ahide.rb
index 51f9bb9..7151ad0 100644
--- a/lib/aethyr/core/actions/commands/ahide.rb
+++ b/lib/aethyr/core/actions/commands/ahide.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/ainfo.rb b/lib/aethyr/core/actions/commands/ainfo.rb
index 0cd564b..a7c7f97 100644
--- a/lib/aethyr/core/actions/commands/ainfo.rb
+++ b/lib/aethyr/core/actions/commands/ainfo.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/alearn.rb b/lib/aethyr/core/actions/commands/alearn.rb
index 58a8a98..3ec75e8 100644
--- a/lib/aethyr/core/actions/commands/alearn.rb
+++ b/lib/aethyr/core/actions/commands/alearn.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/alist.rb b/lib/aethyr/core/actions/commands/alist.rb
index 925610e..835b90d 100644
--- a/lib/aethyr/core/actions/commands/alist.rb
+++ b/lib/aethyr/core/actions/commands/alist.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/all.rb b/lib/aethyr/core/actions/commands/all.rb
index 83d0005..7c5d101 100644
--- a/lib/aethyr/core/actions/commands/all.rb
+++ b/lib/aethyr/core/actions/commands/all.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/alog.rb b/lib/aethyr/core/actions/commands/alog.rb
index 6c67e35..9865553 100644
--- a/lib/aethyr/core/actions/commands/alog.rb
+++ b/lib/aethyr/core/actions/commands/alog.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/alook.rb b/lib/aethyr/core/actions/commands/alook.rb
index 144ab35..921e0ee 100644
--- a/lib/aethyr/core/actions/commands/alook.rb
+++ b/lib/aethyr/core/actions/commands/alook.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/aput.rb b/lib/aethyr/core/actions/commands/aput.rb
index c58e543..a08e103 100644
--- a/lib/aethyr/core/actions/commands/aput.rb
+++ b/lib/aethyr/core/actions/commands/aput.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/areaction.rb b/lib/aethyr/core/actions/commands/areaction.rb
index 09a3908..b9b9525 100644
--- a/lib/aethyr/core/actions/commands/areaction.rb
+++ b/lib/aethyr/core/actions/commands/areaction.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/areas.rb b/lib/aethyr/core/actions/commands/areas.rb
index 11378e6..42c0778 100644
--- a/lib/aethyr/core/actions/commands/areas.rb
+++ b/lib/aethyr/core/actions/commands/areas.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/areload.rb b/lib/aethyr/core/actions/commands/areload.rb
index 6148f1b..f23248f 100644
--- a/lib/aethyr/core/actions/commands/areload.rb
+++ b/lib/aethyr/core/actions/commands/areload.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/asave.rb b/lib/aethyr/core/actions/commands/asave.rb
index b197ebe..29c08f7 100644
--- a/lib/aethyr/core/actions/commands/asave.rb
+++ b/lib/aethyr/core/actions/commands/asave.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/aset.rb b/lib/aethyr/core/actions/commands/aset.rb
index 1324a86..ffb488e 100644
--- a/lib/aethyr/core/actions/commands/aset.rb
+++ b/lib/aethyr/core/actions/commands/aset.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/astatus.rb b/lib/aethyr/core/actions/commands/astatus.rb
index 2ce5dc3..c5466d5 100644
--- a/lib/aethyr/core/actions/commands/astatus.rb
+++ b/lib/aethyr/core/actions/commands/astatus.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/ateach.rb b/lib/aethyr/core/actions/commands/ateach.rb
index 5acae60..39d3318 100644
--- a/lib/aethyr/core/actions/commands/ateach.rb
+++ b/lib/aethyr/core/actions/commands/ateach.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/awatch.rb b/lib/aethyr/core/actions/commands/awatch.rb
index 66ecf34..bb2a58f 100644
--- a/lib/aethyr/core/actions/commands/awatch.rb
+++ b/lib/aethyr/core/actions/commands/awatch.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/awho.rb b/lib/aethyr/core/actions/commands/awho.rb
index 1632f9e..916eb3e 100644
--- a/lib/aethyr/core/actions/commands/awho.rb
+++ b/lib/aethyr/core/actions/commands/awho.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/close.rb b/lib/aethyr/core/actions/commands/close.rb
index ec14e2f..778ca0b 100644
--- a/lib/aethyr/core/actions/commands/close.rb
+++ b/lib/aethyr/core/actions/commands/close.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/command_action.rb b/lib/aethyr/core/actions/commands/command_action.rb
similarity index 100%
rename from lib/aethyr/core/actions/command_action.rb
rename to lib/aethyr/core/actions/commands/command_action.rb
diff --git a/lib/aethyr/core/actions/commands/date.rb b/lib/aethyr/core/actions/commands/date.rb
index 477be8c..73cdd45 100644
--- a/lib/aethyr/core/actions/commands/date.rb
+++ b/lib/aethyr/core/actions/commands/date.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/delete_player.rb b/lib/aethyr/core/actions/commands/delete_player.rb
index 4a4882b..ae41a00 100644
--- a/lib/aethyr/core/actions/commands/delete_player.rb
+++ b/lib/aethyr/core/actions/commands/delete_player.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/delete_post.rb b/lib/aethyr/core/actions/commands/delete_post.rb
index f2b8b40..9d072e5 100644
--- a/lib/aethyr/core/actions/commands/delete_post.rb
+++ b/lib/aethyr/core/actions/commands/delete_post.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/deleteme.rb b/lib/aethyr/core/actions/commands/deleteme.rb
index 9388dff..5170886 100644
--- a/lib/aethyr/core/actions/commands/deleteme.rb
+++ b/lib/aethyr/core/actions/commands/deleteme.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/drop.rb b/lib/aethyr/core/actions/commands/drop.rb
index 92e3f71..3bfd939 100644
--- a/lib/aethyr/core/actions/commands/drop.rb
+++ b/lib/aethyr/core/actions/commands/drop.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/emotes/emote_action.rb b/lib/aethyr/core/actions/commands/emotes/emote_action.rb
index eeb19e6..cbfc4d3 100644
--- a/lib/aethyr/core/actions/commands/emotes/emote_action.rb
+++ b/lib/aethyr/core/actions/commands/emotes/emote_action.rb
@@ -1,4 +1,4 @@
-require 'aethyr/core/actions/command_action'
+require 'aethyr/core/actions/commands/command_action'
 
 module Aethyr
   module Extend
diff --git a/lib/aethyr/core/actions/commands/feel.rb b/lib/aethyr/core/actions/commands/feel.rb
index 7efcb73..74ab95d 100644
--- a/lib/aethyr/core/actions/commands/feel.rb
+++ b/lib/aethyr/core/actions/commands/feel.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/fill.rb b/lib/aethyr/core/actions/commands/fill.rb
index a730199..0b53c40 100644
--- a/lib/aethyr/core/actions/commands/fill.rb
+++ b/lib/aethyr/core/actions/commands/fill.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/gait.rb b/lib/aethyr/core/actions/commands/gait.rb
index 4b97d7c..2aa1a71 100644
--- a/lib/aethyr/core/actions/commands/gait.rb
+++ b/lib/aethyr/core/actions/commands/gait.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/get.rb b/lib/aethyr/core/actions/commands/get.rb
index 9788ebe..dab0089 100644
--- a/lib/aethyr/core/actions/commands/get.rb
+++ b/lib/aethyr/core/actions/commands/get.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/give.rb b/lib/aethyr/core/actions/commands/give.rb
index b4ed399..45aa75c 100644
--- a/lib/aethyr/core/actions/commands/give.rb
+++ b/lib/aethyr/core/actions/commands/give.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/health.rb b/lib/aethyr/core/actions/commands/health.rb
index d29ef0d..d931936 100644
--- a/lib/aethyr/core/actions/commands/health.rb
+++ b/lib/aethyr/core/actions/commands/health.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/inventory.rb b/lib/aethyr/core/actions/commands/inventory.rb
index b3b639b..afe765c 100644
--- a/lib/aethyr/core/actions/commands/inventory.rb
+++ b/lib/aethyr/core/actions/commands/inventory.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/issue.rb b/lib/aethyr/core/actions/commands/issue.rb
index a039678..9c5980f 100644
--- a/lib/aethyr/core/actions/commands/issue.rb
+++ b/lib/aethyr/core/actions/commands/issue.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/kick.rb b/lib/aethyr/core/actions/commands/kick.rb
index 3f1c1a5..a326619 100644
--- a/lib/aethyr/core/actions/commands/kick.rb
+++ b/lib/aethyr/core/actions/commands/kick.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/latest_news.rb b/lib/aethyr/core/actions/commands/latest_news.rb
index 04fc832..5af68eb 100644
--- a/lib/aethyr/core/actions/commands/latest_news.rb
+++ b/lib/aethyr/core/actions/commands/latest_news.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/list_unread.rb b/lib/aethyr/core/actions/commands/list_unread.rb
index 1307868..67e39a8 100644
--- a/lib/aethyr/core/actions/commands/list_unread.rb
+++ b/lib/aethyr/core/actions/commands/list_unread.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/listen.rb b/lib/aethyr/core/actions/commands/listen.rb
index 7d7fd25..4591058 100644
--- a/lib/aethyr/core/actions/commands/listen.rb
+++ b/lib/aethyr/core/actions/commands/listen.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/lock.rb b/lib/aethyr/core/actions/commands/lock.rb
index a0d564f..474d7c5 100644
--- a/lib/aethyr/core/actions/commands/lock.rb
+++ b/lib/aethyr/core/actions/commands/lock.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
@@ -58,7 +58,7 @@ module Aethyr
               @player.output("You do not have the key to that #{object.name}.")
             end
           end
-          
+
         end
       end
     end
diff --git a/lib/aethyr/core/actions/commands/look.rb b/lib/aethyr/core/actions/commands/look.rb
index 5991723..1036385 100644
--- a/lib/aethyr/core/actions/commands/look.rb
+++ b/lib/aethyr/core/actions/commands/look.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 require 'aethyr/core/objects/attributes/blind'
 
 module Aethyr
diff --git a/lib/aethyr/core/actions/commands/map.rb b/lib/aethyr/core/actions/commands/map.rb
index 12c89b1..c8c5728 100644
--- a/lib/aethyr/core/actions/commands/map.rb
+++ b/lib/aethyr/core/actions/commands/map.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/more.rb b/lib/aethyr/core/actions/commands/more.rb
index 8b67033..9a92180 100644
--- a/lib/aethyr/core/actions/commands/more.rb
+++ b/lib/aethyr/core/actions/commands/more.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/move.rb b/lib/aethyr/core/actions/commands/move.rb
index f4fa764..3bc7c7d 100644
--- a/lib/aethyr/core/actions/commands/move.rb
+++ b/lib/aethyr/core/actions/commands/move.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/open.rb b/lib/aethyr/core/actions/commands/open.rb
index f71b7e9..0524510 100644
--- a/lib/aethyr/core/actions/commands/open.rb
+++ b/lib/aethyr/core/actions/commands/open.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/portal.rb b/lib/aethyr/core/actions/commands/portal.rb
index 5a19d14..849e4f4 100644
--- a/lib/aethyr/core/actions/commands/portal.rb
+++ b/lib/aethyr/core/actions/commands/portal.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/pose.rb b/lib/aethyr/core/actions/commands/pose.rb
index 09c3831..83f1be5 100644
--- a/lib/aethyr/core/actions/commands/pose.rb
+++ b/lib/aethyr/core/actions/commands/pose.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/punch.rb b/lib/aethyr/core/actions/commands/punch.rb
index 555cca5..0cf8805 100644
--- a/lib/aethyr/core/actions/commands/punch.rb
+++ b/lib/aethyr/core/actions/commands/punch.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/put.rb b/lib/aethyr/core/actions/commands/put.rb
index 21a2a0c..593563c 100644
--- a/lib/aethyr/core/actions/commands/put.rb
+++ b/lib/aethyr/core/actions/commands/put.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/quit.rb b/lib/aethyr/core/actions/commands/quit.rb
index ea4fea5..1551ec4 100644
--- a/lib/aethyr/core/actions/commands/quit.rb
+++ b/lib/aethyr/core/actions/commands/quit.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/read_post.rb b/lib/aethyr/core/actions/commands/read_post.rb
index 879f534..6e5a73e 100644
--- a/lib/aethyr/core/actions/commands/read_post.rb
+++ b/lib/aethyr/core/actions/commands/read_post.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/remove.rb b/lib/aethyr/core/actions/commands/remove.rb
index 2abe019..598cbef 100644
--- a/lib/aethyr/core/actions/commands/remove.rb
+++ b/lib/aethyr/core/actions/commands/remove.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/reply.rb b/lib/aethyr/core/actions/commands/reply.rb
index fd3058b..d1dc5f5 100644
--- a/lib/aethyr/core/actions/commands/reply.rb
+++ b/lib/aethyr/core/actions/commands/reply.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/restart.rb b/lib/aethyr/core/actions/commands/restart.rb
index 4d94965..a0bc9a8 100644
--- a/lib/aethyr/core/actions/commands/restart.rb
+++ b/lib/aethyr/core/actions/commands/restart.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/satiety.rb b/lib/aethyr/core/actions/commands/satiety.rb
index 0800665..62777a5 100644
--- a/lib/aethyr/core/actions/commands/satiety.rb
+++ b/lib/aethyr/core/actions/commands/satiety.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/say.rb b/lib/aethyr/core/actions/commands/say.rb
index cbd7f9a..a26d611 100644
--- a/lib/aethyr/core/actions/commands/say.rb
+++ b/lib/aethyr/core/actions/commands/say.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/set.rb b/lib/aethyr/core/actions/commands/set.rb
index d528d6b..0b36928 100644
--- a/lib/aethyr/core/actions/commands/set.rb
+++ b/lib/aethyr/core/actions/commands/set.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/setcolor.rb b/lib/aethyr/core/actions/commands/setcolor.rb
index 4d5410e..7984319 100644
--- a/lib/aethyr/core/actions/commands/setcolor.rb
+++ b/lib/aethyr/core/actions/commands/setcolor.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/setpassword.rb b/lib/aethyr/core/actions/commands/setpassword.rb
index ef58d33..dfb6fcd 100644
--- a/lib/aethyr/core/actions/commands/setpassword.rb
+++ b/lib/aethyr/core/actions/commands/setpassword.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/showcolors.rb b/lib/aethyr/core/actions/commands/showcolors.rb
index 45c146a..3606bd4 100644
--- a/lib/aethyr/core/actions/commands/showcolors.rb
+++ b/lib/aethyr/core/actions/commands/showcolors.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/simple_block.rb b/lib/aethyr/core/actions/commands/simple_block.rb
index 22479a1..da58f6f 100644
--- a/lib/aethyr/core/actions/commands/simple_block.rb
+++ b/lib/aethyr/core/actions/commands/simple_block.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/simple_dodge.rb b/lib/aethyr/core/actions/commands/simple_dodge.rb
index 9fe19d0..a8c1ec9 100644
--- a/lib/aethyr/core/actions/commands/simple_dodge.rb
+++ b/lib/aethyr/core/actions/commands/simple_dodge.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/sit.rb b/lib/aethyr/core/actions/commands/sit.rb
index b8aa009..74ee9a6 100644
--- a/lib/aethyr/core/actions/commands/sit.rb
+++ b/lib/aethyr/core/actions/commands/sit.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/skills.rb b/lib/aethyr/core/actions/commands/skills.rb
index 5f07603..1a60014 100644
--- a/lib/aethyr/core/actions/commands/skills.rb
+++ b/lib/aethyr/core/actions/commands/skills.rb
@@ -1,5 +1,5 @@
 # coding: utf-8
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/slash.rb b/lib/aethyr/core/actions/commands/slash.rb
index c00a344..07b63c6 100644
--- a/lib/aethyr/core/actions/commands/slash.rb
+++ b/lib/aethyr/core/actions/commands/slash.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/smell.rb b/lib/aethyr/core/actions/commands/smell.rb
index 72b0be0..67fac43 100644
--- a/lib/aethyr/core/actions/commands/smell.rb
+++ b/lib/aethyr/core/actions/commands/smell.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/stand.rb b/lib/aethyr/core/actions/commands/stand.rb
index f97890a..bcdf67e 100644
--- a/lib/aethyr/core/actions/commands/stand.rb
+++ b/lib/aethyr/core/actions/commands/stand.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/status.rb b/lib/aethyr/core/actions/commands/status.rb
index aac5e8c..0c7d93b 100644
--- a/lib/aethyr/core/actions/commands/status.rb
+++ b/lib/aethyr/core/actions/commands/status.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/taste.rb b/lib/aethyr/core/actions/commands/taste.rb
index ead897f..bb7ba8e 100644
--- a/lib/aethyr/core/actions/commands/taste.rb
+++ b/lib/aethyr/core/actions/commands/taste.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/tell.rb b/lib/aethyr/core/actions/commands/tell.rb
index efa0147..e711752 100644
--- a/lib/aethyr/core/actions/commands/tell.rb
+++ b/lib/aethyr/core/actions/commands/tell.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/terrain.rb b/lib/aethyr/core/actions/commands/terrain.rb
index 72f7036..f76044f 100644
--- a/lib/aethyr/core/actions/commands/terrain.rb
+++ b/lib/aethyr/core/actions/commands/terrain.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/time.rb b/lib/aethyr/core/actions/commands/time.rb
index b1109c3..17a5668 100644
--- a/lib/aethyr/core/actions/commands/time.rb
+++ b/lib/aethyr/core/actions/commands/time.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/unlock.rb b/lib/aethyr/core/actions/commands/unlock.rb
index 0b43aa2..34eb204 100644
--- a/lib/aethyr/core/actions/commands/unlock.rb
+++ b/lib/aethyr/core/actions/commands/unlock.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/unwield.rb b/lib/aethyr/core/actions/commands/unwield.rb
index 5b6d076..496ed9c 100644
--- a/lib/aethyr/core/actions/commands/unwield.rb
+++ b/lib/aethyr/core/actions/commands/unwield.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/wear.rb b/lib/aethyr/core/actions/commands/wear.rb
index 8f705a3..452aeab 100644
--- a/lib/aethyr/core/actions/commands/wear.rb
+++ b/lib/aethyr/core/actions/commands/wear.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/whereis.rb b/lib/aethyr/core/actions/commands/whereis.rb
index 6d7ca0b..0263080 100644
--- a/lib/aethyr/core/actions/commands/whereis.rb
+++ b/lib/aethyr/core/actions/commands/whereis.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/whisper.rb b/lib/aethyr/core/actions/commands/whisper.rb
index af16e79..9336f89 100644
--- a/lib/aethyr/core/actions/commands/whisper.rb
+++ b/lib/aethyr/core/actions/commands/whisper.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/who.rb b/lib/aethyr/core/actions/commands/who.rb
index 3db7c9e..f10ef4d 100644
--- a/lib/aethyr/core/actions/commands/who.rb
+++ b/lib/aethyr/core/actions/commands/who.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/wield.rb b/lib/aethyr/core/actions/commands/wield.rb
index 8247626..90e8dc6 100644
--- a/lib/aethyr/core/actions/commands/wield.rb
+++ b/lib/aethyr/core/actions/commands/wield.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/write.rb b/lib/aethyr/core/actions/commands/write.rb
index ea29d14..b197e92 100644
--- a/lib/aethyr/core/actions/commands/write.rb
+++ b/lib/aethyr/core/actions/commands/write.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/actions/commands/write_post.rb b/lib/aethyr/core/actions/commands/write_post.rb
index e0a1fa7..cf7c399 100644
--- a/lib/aethyr/core/actions/commands/write_post.rb
+++ b/lib/aethyr/core/actions/commands/write_post.rb
@@ -1,4 +1,4 @@
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 
 module Aethyr
   module Core
diff --git a/lib/aethyr/core/input_handlers/close.rb b/lib/aethyr/core/input_handlers/close.rb
index 535a34e..49790b3 100644
--- a/lib/aethyr/core/input_handlers/close.rb
+++ b/lib/aethyr/core/input_handlers/close.rb
@@ -2,7 +2,7 @@ require "aethyr/core/registry"
 require "aethyr/core/input_handlers/command_handler"
 require "aethyr/core/util/direction"
 require "aethyr/core/help/help_entry"
-require "aethyr/core/actions/command_action"
+require "aethyr/core/actions/commands/command_action"
 require "aethyr/core/actions/commands/close"
 
 module Aethyr
-- 
GitLab