🖥️
Discord Base
  • Welcome
  • Getting Started
    • Quickstart
  • Templates
    • Command
    • Events
    • Component
    • Route
  • Utilities
    • Colors
    • Logger
    • Remote MySQL
    • Local MySQL
    • Query Builder
  • DataTypes
    • Commands
    • Events
    • Routes
Powered by GitBook
On this page
  1. DataTypes

Events

Defined in index, you can import them from it.

PreviousCommandsNextRoutes

Last updated 8 months ago

Event

property name
type annotation

name

once

boolean

callback

callback (below)

callback: (client: Client, ...args: any) => Promise<void>;
enum Events