prefix l5r hinzugefügt
This commit is contained in:
@ -36,7 +36,7 @@ public class dice extends ListenerAdapter {
|
||||
|
||||
|
||||
public dice() {
|
||||
this.prefixlong = "/keeproll";
|
||||
this.prefixlong = "/l5r";
|
||||
this.prefixShort = "/keep";
|
||||
this.prefixVeryShort = "/k ";
|
||||
|
||||
@ -305,4 +305,15 @@ public class dice extends ListenerAdapter {
|
||||
|
||||
}
|
||||
|
||||
private void aprilfool(MessageReceivedEvent event) {
|
||||
EmbedBuilder outputBox = new EmbedBuilder();
|
||||
StringBuilder description = new StringBuilder();
|
||||
outputBox.setTitle("**Helft der Prinzessin und wertet Flauschsupporter!**");
|
||||
description.append("Da Würfel immer sehr schwer sind und Prinzessin Flauschball sehr klein ist.\n" +
|
||||
"Würde sie sich rießig über eine kleine Spende freuen. \n\n" +
|
||||
"Ab nur **1€** pro Monat steigt die Changse, als dank für die Hilfe, um **1%** ein besseres Ergebnis zu bekommen.\n\n");
|
||||
description.append("Für mehr Infos: https://bitly.com/98K8eH");
|
||||
outputBox.setDescription(description);
|
||||
event.getChannel().sendMessage(outputBox.build()).queue();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user