Skip to content

karafra/DiscordBotTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License Codecov


Logo

Discord bot template

Template for discord bot written in C#
Explore the docs »

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact

About The Project

Template repository containing starter code for building Discord bot in C# with DotNet framework.

(back to top)

Built With

(back to top)

Getting Started

Prerequisites

Do not clone this repository directly, use Use template button or click here.

Installation

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

(back to top)

Usage

This bot reacts to only one command, !ping, the rest of implementation is up to you.

For more examples, please refer to the Documentation

(back to top)

Roadmap

  • 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).

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)

Contact

Your Name - @karafro - [email protected]@[email protected]_client.com

Project Link: https://github.com/karafra/DiscordBotTemplate

(back to top)