init: library wrapper done

This commit is contained in:
Leo
2026-04-07 02:03:25 +02:00
commit 4680be3ba9
8 changed files with 853 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
package com.leohabrom.discord;
public interface DiscordBridgeAdapter {
void onMessage(String message);
}