https://github.com/lachee/thylacine
[DEAD] A simpler C# library for Discord ( https://discordapp.com/ ).
https://github.com/lachee/thylacine
csharp discord discord-api discord-bot discord-net library thylacine
Last synced: about 2 months ago
JSON representation
[DEAD] A simpler C# library for Discord ( https://discordapp.com/ ).
- Host: GitHub
- URL: https://github.com/lachee/thylacine
- Owner: Lachee
- Created: 2017-01-29T13:20:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-18T01:24:12.000Z (about 8 years ago)
- Last Synced: 2025-10-21T03:56:11.707Z (8 months ago)
- Topics: csharp, discord, discord-api, discord-bot, discord-net, library, thylacine
- Language: C#
- Homepage:
- Size: 2.39 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Thylacine
### This is a dead library. It was built using v5 of the API and hasn't fully been completed. Use this as a reference for your own library if you wish as only some of the models are broken (still can connect and receive most events).
[](https://www.codacy.com/app/Lachee/Thylacine?utm_source=github.com&utm_medium=referral&utm_content=Lachee/Thylacine&utm_campaign=badger)
A simple Discord API
Thylacine (or Tasmanian Tiger) is a C# library for Discord to make bots. It has been designed with my own use in mind and has some features to make it easier. Its requirements where to simplify the Message recieve events and work on Mono 4.6. It must also intergrate with another project of mine so it uses specific versions of Json.net and Restsharp and must be easily interchanged without confusing project setups or redundant features.
This code is still a work in progress and at the moment contains no documentation. It has intelsense documentation while developing your bot, but no specific guide other than https://discordapp.com/developers/docs/ . Tutorials are to come with instuctions of making simple text bots.
Offical Documentation generated by Sandcastle is available at [thylacine.voidpixel.com.au](http://thylacine.voidpixel.com.au)