Compare commits

...

2 Commits

Author SHA1 Message Date
6d98977198 Merge remote-tracking branch 'origin/master'
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 1m30s
2024-07-07 05:50:21 +01:00
1256d2ddf9 change bot motd 2024-07-07 05:46:48 +01:00
2 changed files with 5 additions and 5 deletions

View File

@ -46,6 +46,8 @@ public class PastebinCommand extends BatCommand {
.setDescription(new EmbedDescriptionBuilder("The text has been uploaded to Paste!")
.appendLine("URL: %s".formatted(url), true)
.build())
.build()).queue();
.build())
.setEphemeral(true)
.queue();
}
}

View File

@ -33,11 +33,9 @@ public class DiscordService implements EventListener {
public static JDA JDA;
private final List<String> messages = List.of(
"{guilds} guilds",
"{users} users",
"your ScoreSaber scores",
"/help for help",
"/features to toggle features"
"/features to toggle features",
"dsc.gg/batbot"
);
@Autowired