Skip to content

agc93/dotbot-discord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotbot.Discord

An adapter for the Dotbot framework for Discord.

Powered by Discord.NET.

Getting Started

To add the Discord adapter to your bot, just update your startup code:

// Build the robot.
var robot = new RobotBuilder()
    // ...
    .UseDiscord("MY_DISCORD_BOT_TOKEN")
    // ...
    .Build();

About

An adapter for the Dotbot framework for Discord

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published