draw usage fix
This commit is contained in:
		| @@ -2175,7 +2175,7 @@ namespace NadekoBot.Resources { | |||||||
|         } |         } | ||||||
|          |          | ||||||
|         /// <summary> |         /// <summary> | ||||||
|         ///    Looks up a localized string similar to Draws a card from the deck.If you supply number [x], she draws up to 5 cards from the deck.. |         ///    Looks up a localized string similar to Draws a card from the deck.If you supply number X, she draws up to 5 cards from the deck.. | ||||||
|         /// </summary> |         /// </summary> | ||||||
|         public static string draw_desc { |         public static string draw_desc { | ||||||
|             get { |             get { | ||||||
| @@ -2184,7 +2184,7 @@ namespace NadekoBot.Resources { | |||||||
|         } |         } | ||||||
|          |          | ||||||
|         /// <summary> |         /// <summary> | ||||||
|         ///    Looks up a localized string similar to `$draw [x]`. |         ///    Looks up a localized string similar to `$draw` or `$draw 5`. | ||||||
|         /// </summary> |         /// </summary> | ||||||
|         public static string draw_usage { |         public static string draw_usage { | ||||||
|             get { |             get { | ||||||
|   | |||||||
| @@ -1309,10 +1309,10 @@ | |||||||
|     <value>draw</value> |     <value>draw</value> | ||||||
|   </data> |   </data> | ||||||
|   <data name="draw_desc" xml:space="preserve"> |   <data name="draw_desc" xml:space="preserve"> | ||||||
|     <value>Draws a card from the deck.If you supply number [x], she draws up to 5 cards from the deck.</value> |     <value>Draws a card from the deck.If you supply number X, she draws up to 5 cards from the deck.</value> | ||||||
|   </data> |   </data> | ||||||
|   <data name="draw_usage" xml:space="preserve"> |   <data name="draw_usage" xml:space="preserve"> | ||||||
|     <value>`$draw [x]`</value> |     <value>`$draw` or `$draw 5`</value> | ||||||
|   </data> |   </data> | ||||||
|   <data name="shuffleplaylist_cmd" xml:space="preserve"> |   <data name="shuffleplaylist_cmd" xml:space="preserve"> | ||||||
|     <value>shuffle sh</value> |     <value>shuffle sh</value> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user