Skip to content

tifalch/dasi-rs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dasi-rs

Travis Build Status

Dasi (pronounced /ˈdɑːsi/) is a Discord chat client's API.

See the documentation!

Requirements

Note: libsodium and libopus aren't needed, if you don't parse the voice feature

Linux

sudo -s
apt-get install libsodium18 libsodium-dev libopus0 libopus-dev libssl-dev

Windows

If you're using MinGW on 64-bit. Run this in MinGW, to install all the requirements:

pacman -S mingw-w64-x86_64-pkg-config mingw-w64-x86_64-libsodium mingw-w64-x86_64-gcc mingw-w64-x86_64-openssl mingw-w64-x86_64-opus

Mac

Usage

Add this your Cargo.toml:

[dependencies]
dasi = {git = "https://github.com/tifalch/dasi-rs.git"}

To create a Discord client for your Bot to control you need to call Discord::from_bot_token("YOUR-TOKEN")

discord-rs

This is historically based on SpaceManiac/discord-rs

About

Mutant discord rust api

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 100.0%