Skip to content

Plugin to turn your Suneidesis Chatbot into a Discord Bot

Notifications You must be signed in to change notification settings

Harium/sunbot-discord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sunbot-discord

Plugin to turn your Suneidesis Chatbot into a Discord Bot

Maven Central

How to use it

    // Use your own box
    ChatBox bot = new EchoBox();
    
    String token = "MY_TOKEN";
    
    Discord discord = new Discord(token);
    discord.addInstance(bot);

Releases

No releases published

Packages

No packages published

Languages