Преглед изворни кода

update help command for character

Kylie Jo Swistak пре 4 година
родитељ
комит
00905abb90
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      app/commands/member.rb

+ 2 - 1
app/commands/member.rb

@@ -10,6 +10,7 @@ class MemberCommand < BaseCommand
         journal: [ Emoji::NOTEBOOK, "Scroll though pages of journal entries" ],
         bags: [ Emoji::BAGS, "View the character's inventory" ],
         family: [ Emoji::FAMILY, "View related characters" ],
+        forms: [ Emoji::SPY, "View alternative forms of the character" ],
         user: [ Emoji::BUST, "View the writer's other characters in a list" ]
       },
       # Usage has each option, in order with instructions, and a real example
@@ -193,7 +194,7 @@ class MemberCommand < BaseCommand
   end
 
   def self.example_command(event=nil)
-    sections = ['all', 'bio', 'type', 'status', 'rumors', 'image', 'bags', 'journal']
+    sections = ['all', 'bio', 'type', 'status', 'rumors', 'image', 'bags', 'journal', 'forms']
 
     case ['', 'user', 'name', 'section', 'keyword'].sample
     when ''