An open API service indexing awesome lists of open source software.

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

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

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/800796cf1afa4e70b40676f1b6f043e4)](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)