https://github.com/aiko-it-systems/discatsharp.projecttemplates
These project templates serve as a starting point for creating your Discord bot(s) in C#!
https://github.com/aiko-it-systems/discatsharp.projecttemplates
csharp discatsharp discord host hosting netcore templates
Last synced: 6 months ago
JSON representation
These project templates serve as a starting point for creating your Discord bot(s) in C#!
- Host: GitHub
- URL: https://github.com/aiko-it-systems/discatsharp.projecttemplates
- Owner: Aiko-IT-Systems
- Created: 2021-11-18T01:04:05.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-17T11:30:04.000Z (7 months ago)
- Last Synced: 2025-03-25T16:45:07.472Z (7 months ago)
- Topics: csharp, discatsharp, discord, host, hosting, netcore, templates
- Language: C#
- Homepage: https://github.com/Aiko-IT-Systems/DisCatSharp
- Size: 2.74 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DisCatSharp.ProjectTemplates
These project templates serve as a starting point for creating your Discord bot(s) in C#!## Web Host Bot (Class Library)
Allows you, the developer, to pick and choose which modules you'd like to include from [DisCatSharp](https://github.com/Aiko-IT-Systems/DisCatSharp) then sets up
the project for you.This is a class library, meant to be added as a project reference for hosted projects. Add your Bot's namespace in the web host project, this will
allow you to use the extension methods provided in `ServiceCollectionExtensions` to add both the configuration file and bot.## Web Host
Contains the skeleton of your typical web project.Converting Microsoft's Web Project template to have DCS as well is a low-priority WIP. For those waiting for this, or need it, please open an issue for it. If enough community interest is there we can allocate more resources towards getting it completed.
# **Important**
Rider currently **DOES NOT** support parameters in custom projects. So unfortunately, anyone who wants to use these templates with Rider
will need to utilize the command line...To view the available parameters for the Bot Template, please use this command
```
dotnet new DCSWebHostBot --help
```