added usage example to linux interjections

This commit is contained in:
Master Kwoth 2016-05-22 23:33:28 +02:00
parent 94bcd0251e
commit f639843a18

View File

@ -107,7 +107,7 @@ namespace NadekoBot.Modules.Games
});
cgb.CreateCommand(Prefix + "linux")
.Description("Prints a customizable Linux interjection")
.Description($"Prints a customizable Linux interjection\n**Usage**: `{Prefix}linux Spyware Windows`")
.Parameter("gnu", ParameterType.Required)
.Parameter("linux", ParameterType.Required)
.Do(async e =>