🖥️
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
  • Route
  • Methods
  1. DataTypes

Routes

Defined in index, you can import them from it.

PreviousEvents

Last updated 8 months ago

Route

property name
type annotation

path

string

method

| []

callback

callback (below)

callback: (client: Client, req: Request, res: Response) => Promise<void>;

Methods

export type Methods = "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS";

Methods
Methods