change bot motd
This commit is contained in:
parent
898a39e99c
commit
1256d2ddf9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user