mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-15 05:41:51 +08:00
Removed hover from the help footer
This commit is contained in:
parent
d197e588ee
commit
44c52668c2
@ -59,6 +59,7 @@ public class CommandWithSubcommands extends Subcommand {
|
||||
.apply(new HelpFormatter(sender, colors, getPrimaryAlias(), hasPermissionFor)::addSubcommands)
|
||||
.newLine().newLine()
|
||||
.addPart(locale.getString(CommandLang.FOOTER_HELP, getPrimaryAlias()))
|
||||
.hover("")
|
||||
.send();
|
||||
}
|
||||
|
||||
@ -70,6 +71,7 @@ public class CommandWithSubcommands extends Subcommand {
|
||||
.apply(new HelpFormatter(sender, colors, getPrimaryAlias(), hasPermissionFor)::addInDepthSubcommands)
|
||||
.newLine().newLine()
|
||||
.addPart(locale.getString(CommandLang.FOOTER_HELP, getPrimaryAlias()))
|
||||
.hover("")
|
||||
.send();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user