Added API stub (#4)
This commit is contained in:
parent
f0959c1abe
commit
08932887b1
1 changed files with 7 additions and 0 deletions
|
@ -0,0 +1,7 @@
|
|||
package buttondevteam.discordplugin;
|
||||
|
||||
public final class TBMCDiscordAPI {
|
||||
public static void SendException(Exception e, String sourcemessage) {
|
||||
// TODO
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue