Want to create a command that may become a part of CouchBot? This is where you can do just that!
- Fork / Clone the repository.
- Open in Visual Studio Community Edition is Free
- Open Modules/UserCommands.cs
- Copy / Paste the code block provided.
[Command("commandName", RunMode = RunMode.Async)]
[Alias("alias1", "alias2", "etc")]
[Summary("Description of the command")]
public Task CommandAsync()
{
return ReplyAsync("Your Return Text!");
}
- Create your command.
- Create a PR, making sure to explain what the command does, and show proof of functionality (screenshot)
Thanks for contributing towards CouchBot!
Thanks goes to these wonderful people (emoji key):
Farshan Ahamed 💻 |
Damjan Dimitrov 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!