mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-04-14 11:48:16 +00:00
[AB-271] limiting certain arguments for commands to require the same server
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package dev.sheldan.abstracto.core.exception;
|
||||
|
||||
public class EntityGuildMismatchException extends AbstractoTemplatableException {
|
||||
@Override
|
||||
public String getTemplateName() {
|
||||
return "entity_guild_mismatch_exception";
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object getTemplateModel() {
|
||||
return new Object();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user