Skip to main content
Module

x/cordeno/mod.ts>MESSAGE_CREATE

🦕 A Discord API wrapper for developing discord bots using the Deno runtime.
Go to Latest
class MESSAGE_CREATE
import { MESSAGE_CREATE } from "https://deno.land/x/cordeno@v0.3.1/mod.ts";

Constructors

new
MESSAGE_CREATE(client: Client, payload: any)

Properties

author: Interfaces.User
content: string
createdAt: Date
editedAt: Date | null
member: Interfaces.GuildMember | null

Methods

reply(msg: string, options?: MessageOptions)