Template for discord bot written in C#
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
Template repository containing starter code for building Discord bot in C# with DotNet framework.
Do not clone this repository directly, use Use template
button or click here.
All you need to do is replace field token
in _config.yml file with your own discord token and then run the by typing
dotnet run
This bot reacts to only one command, !ping
, the rest of implementation is up to you.
For more examples, please refer to the Documentation
- Improve coverage
- Add documentation hosted on github sites
- Add documentation autogeneration script.
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
Your Name - @karafro - dariusKralovic@protonmail.com@dariusKralovic@protonmail.com_client.com
Project Link: https://github.com/karafra/DiscordBotTemplate