Bugfix das bei /ed nicht /e ausgelöst wird
This commit is contained in:
@ -72,7 +72,7 @@ public class dice extends ListenerAdapter {
|
|||||||
activArcanaList = arcanaList.get(event.getChannel().getId());
|
activArcanaList = arcanaList.get(event.getChannel().getId());
|
||||||
|
|
||||||
User author = event.getAuthor();
|
User author = event.getAuthor();
|
||||||
if (event.getMessage().getContentRaw().startsWith(this.prefixEngel) || event.getMessage().getContentRaw().startsWith(this.prefixEngelShort))
|
if (event.getMessage().getContentRaw().startsWith(this.prefixEngel) || event.getMessage().getContentRaw().startsWith(this.prefixEngelShort + " "))
|
||||||
this.draw(event);
|
this.draw(event);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user