Skip to content

Want to contribute a command to CouchBot? I'd love to let you! Please use the template provided, create your command, submit a PR, and we'll see if we can get it added to ol' Couchy!

Notifications You must be signed in to change notification settings

pratikthorat/CouchBot.UserCommands

 
 

Repository files navigation

All Contributors

.NET Core

CouchBot - Submit A Command!

Want to create a command that may become a part of CouchBot? This is where you can do just that!

  1. Fork / Clone the repository.
  2. Open in Visual Studio Community Edition is Free
  3. Open Modules/UserCommands.cs
  4. 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!");
}
  1. Create your command.
  2. Create a PR, making sure to explain what the command does, and show proof of functionality (screenshot)

Thanks for contributing towards CouchBot!

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Farshan Ahamed

💻

Damjan Dimitrov

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

About

Want to contribute a command to CouchBot? I'd love to let you! Please use the template provided, create your command, submit a PR, and we'll see if we can get it added to ol' Couchy!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%