added usage example to linux interjections
This commit is contained in:
parent
94bcd0251e
commit
f639843a18
@ -107,7 +107,7 @@ namespace NadekoBot.Modules.Games
|
|||||||
});
|
});
|
||||||
|
|
||||||
cgb.CreateCommand(Prefix + "linux")
|
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("gnu", ParameterType.Required)
|
||||||
.Parameter("linux", ParameterType.Required)
|
.Parameter("linux", ParameterType.Required)
|
||||||
.Do(async e =>
|
.Do(async e =>
|
||||||
|
Loading…
Reference in New Issue
Block a user