remove converter

This commit is contained in:
tueem 2024-10-13 21:15:30 +02:00
parent 78e3a0ad51
commit ddeed7c0dc
Signed by: tueem
GPG Key ID: 65C8667EC17A88FB

@ -1,9 +0,0 @@
package net.tomatentum.marinara.wrapper;
public interface LibraryConverter {
public Object toAttachment(Object context, String option);
public Object toChannel(Object context, String option);
public Object toMentionable(Object context, String option);
public Object toRole(Object context, String option);
public Object toUser(Object context, String option);
}