To use this template, follow these steps:
- Clone the repository.
- For CLI or Visual Studio: navigate to the cloned repository location and run
dotnet new install .\
. - For Rider: install the template on the
More Templates
tab.
feature | isComplete | description |
---|---|---|
Command | ✅ | Classic Text Commands |
Slash Command | ✅ | Command with interactions |
Hot Reload | Reload command modules automatically when Hot Reload triggered (Doesn't work for removing existing module) |
command | isComplete | description |
---|---|---|
sudo run | ✅ | Runs C# code |
sudo status | ✅ | Checks the bots information |
sudo su | ✅ | Simulates a command as if the targeted user is using it. |
sudo reload | Reloads command modules (Doesn't work for removing existing module) |
|
sudo sh | ✅ | Executes command line on terminal |
help | ✅ | Automated Help command |
This template uses Fergun.Interactive library for paginator and other features.