Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jan 14, 2020. It is now read-only.

HiruNya/cordis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cordis

Documentation

A toy bot framework for Discord. This crate intends on allowing Discord bots to be made utilising the new async/await syntax.

This crate is split into multiple sub-crates.

  • cordis: The main framework that you use to make a Discord bot.
  • cordis-core: Types that are required to communicate with Discord. This crate can be re-used by others who want to make their own Discord frameworks as it has been built to merely map Discord's API. This crate DOESN'T actually carry out the protocol and so does not depend on a HTTP crate, WebSocket crate, or Async runtime.

About

A, currently unusable, toy Discord Bot Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages