https://github.com/foxbot/discordbotbase
Base templates to build a Discord.Net 1.0 bot off of
https://github.com/foxbot/discordbotbase
bot discord discord-net
Last synced: about 1 year ago
JSON representation
Base templates to build a Discord.Net 1.0 bot off of
- Host: GitHub
- URL: https://github.com/foxbot/discordbotbase
- Owner: foxbot
- License: isc
- Created: 2017-05-26T22:36:37.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-09-17T17:57:35.000Z (almost 6 years ago)
- Last Synced: 2025-03-25T07:35:11.987Z (about 1 year ago)
- Topics: bot, discord, discord-net
- Size: 9.77 KB
- Stars: 22
- Watchers: 4
- Forks: 24
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# DiscordBotBase
This repository contains blank templates to create a bot using Discord.Net 1.0
It is recommended to read the [official documentation] before using these templates, so that you
are familiar with the library first.
It is also recommended to take a look at the [example bots] if you are unfamiliar with the library.
This repository contains two working branches: `csharp` and `vb`, which will each contain their
own version of the templates, for both C#7 and Visual Basic, respectively.