change bot motd

This commit is contained in:
Lee 2024-07-07 05:46:48 +01:00
parent 898a39e99c
commit 1256d2ddf9
2 changed files with 5 additions and 5 deletions

@ -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();
}
}

@ -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