fix for real this time
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 50s

This commit is contained in:
Lee 2024-07-05 19:46:06 +01:00
parent 4f97e181a7
commit d575e0ec9e

@ -130,13 +130,12 @@ public class GuildService extends ListenerAdapter implements EventListener {
Hello! I'm %s, thank you for inviting me to your server! Hello! I'm %s, thank you for inviting me to your server!
To get started, use the </%s:%s> command to see all the commands I have to offer! To get started, use the </%s:%s> command to see all the commands I have to offer!
Most of my features are disabled by default, view my features with </%s:%s %s:%s> Most of my features are disabled by default, view my features with </%s %s:%s>
""".formatted( """.formatted(
DiscordService.JDA.getSelfUser().getAsMention(), DiscordService.JDA.getSelfUser().getAsMention(),
helpCommand.getInfo().getName(), helpCommand.getInfo().getName(),
helpCommand.getSnowflake(), helpCommand.getSnowflake(),
featureCommand.getInfo().getName(), featureCommand.getInfo().getName(),
featureCommand.getSnowflake(),
listSubCommand.getInfo().getName(), listSubCommand.getInfo().getName(),
listSubCommand.getSnowflake() listSubCommand.getSnowflake()
)) ))