mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
fix: various command description changes
This commit is contained in:
parent
43d514ab9b
commit
45f3e17acb
1 changed files with 2 additions and 2 deletions
|
|
@ -190,7 +190,7 @@ namespace Dalamud {
|
||||||
|
|
||||||
CommandManager.AddHandler("/xlbonus", new CommandInfo(OnRouletteBonusNotifyCommand)
|
CommandManager.AddHandler("/xlbonus", new CommandInfo(OnRouletteBonusNotifyCommand)
|
||||||
{
|
{
|
||||||
HelpMessage = "Notify when a roulette has a bonus you specified. Usage: /xlbonus <roulette name> <role name>"
|
HelpMessage = "Notify when a roulette has a bonus you specified. Run without parameters for more info. Usage: /xlbonus <roulette name> <role name>"
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -474,7 +474,7 @@ namespace Dalamud {
|
||||||
InvalidArgs:
|
InvalidArgs:
|
||||||
Framework.Gui.Chat.PrintError("Unrecognized arguments.");
|
Framework.Gui.Chat.PrintError("Unrecognized arguments.");
|
||||||
Framework.Gui.Chat.Print("Possible values for roulette: leveling, 506070, msq, guildhests, expert, trials, mentor, alliance, normal\n" +
|
Framework.Gui.Chat.Print("Possible values for roulette: leveling, 506070, msq, guildhests, expert, trials, mentor, alliance, normal\n" +
|
||||||
"Possible values for role: tank, dps, healer, all");
|
"Possible values for role: tank, dps, healer, all, none/reset");
|
||||||
}
|
}
|
||||||
|
|
||||||
private int RouletteSlugToKey(string slug) => slug.ToLower() switch {
|
private int RouletteSlugToKey(string slug) => slug.ToLower() switch {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue