adiscord-types

The large list of Discord API types and Gateway types

Installation

Use the package manager cargo to install adiscord.

bash cargo add adiscord-types

Usage

```rust use adiscord_types;

fn showtype() -> adiscordtypes::api::message::Message {

} ```

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT