about summary refs log tree commit diff
path: root/app/lib/command_tag/processor.rb
diff options
context:
space:
mode:
authorFire Demon <firedemon@creature.cafe>2020-07-31 10:58:52 -0500
committerFire Demon <firedemon@creature.cafe>2020-08-30 05:45:16 -0500
commitd9339677d6daa33dc020cf3400c3dec210b06f31 (patch)
tree38de2c33e4f61df299348b89da2e9c8600d78247 /app/lib/command_tag/processor.rb
parent4c47a96f67d303dec7b6047474380050053ac3d7 (diff)
[Command Tags] Add support for persistent variables
Diffstat (limited to 'app/lib/command_tag/processor.rb')
-rw-r--r--app/lib/command_tag/processor.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/lib/command_tag/processor.rb b/app/lib/command_tag/processor.rb
index aba7be158..13c987fec 100644
--- a/app/lib/command_tag/processor.rb
+++ b/app/lib/command_tag/processor.rb
@@ -10,6 +10,8 @@
 #                                                                             #
 ###############################################################################
 
+require_relative 'commands'
+
 class CommandTag::Processor
   include Redisable
   include ImgProxyHelper