discord_gleam
Functions
pub fn ban_member(
bot: Bot,
guild_id: String,
user_id: String,
reason: String,
) -> #(String, String)
pub fn kick_member(
bot: Bot,
guild_id: String,
user_id: String,
reason: String,
) -> #(String, String)
pub fn send_message(
bot: Bot,
channel_id: String,
message: String,
embeds: List(Embed),
) -> Nil