fix for real this time
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 50s
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 50s
This commit is contained in:
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!
|
||||
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(
|
||||
DiscordService.JDA.getSelfUser().getAsMention(),
|
||||
helpCommand.getInfo().getName(),
|
||||
helpCommand.getSnowflake(),
|
||||
featureCommand.getInfo().getName(),
|
||||
featureCommand.getSnowflake(),
|
||||
listSubCommand.getInfo().getName(),
|
||||
listSubCommand.getSnowflake()
|
||||
))
|
||||
|
Loading…
Reference in New Issue
Block a user