Struct noob::Client[][src]

pub struct Client { /* fields omitted */ }

Object used to interact with the Discord API

Methods

impl Client
[src]

Connect to the Discord gateway with a bot token

Send a message on a channel

Auto Trait Implementations

impl Send for Client

impl Sync for Client