mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-15 12:41:36 +01: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)
|
.apply(new HelpFormatter(sender, colors, getPrimaryAlias(), hasPermissionFor)::addSubcommands)
|
||||||
.newLine().newLine()
|
.newLine().newLine()
|
||||||
.addPart(locale.getString(CommandLang.FOOTER_HELP, getPrimaryAlias()))
|
.addPart(locale.getString(CommandLang.FOOTER_HELP, getPrimaryAlias()))
|
||||||
|
.hover("")
|
||||||
.send();
|
.send();
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -70,6 +71,7 @@ public class CommandWithSubcommands extends Subcommand {
|
|||||||
.apply(new HelpFormatter(sender, colors, getPrimaryAlias(), hasPermissionFor)::addInDepthSubcommands)
|
.apply(new HelpFormatter(sender, colors, getPrimaryAlias(), hasPermissionFor)::addInDepthSubcommands)
|
||||||
.newLine().newLine()
|
.newLine().newLine()
|
||||||
.addPart(locale.getString(CommandLang.FOOTER_HELP, getPrimaryAlias()))
|
.addPart(locale.getString(CommandLang.FOOTER_HELP, getPrimaryAlias()))
|
||||||
|
.hover("")
|
||||||
.send();
|
.send();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user