Skip to content

A quick-start template for Discord.js v14 in TypeScript with yarn that contains handling for commands, events, and interactions!

Notifications You must be signed in to change notification settings

ry2x/TypeScript-Discord.js-v.14-template

 
 

Repository files navigation

Typescript-Discord.js-v14-Template with pNpM!

A quick-start template for Discord.js v14 in Typescript with yarn that contains handling for commands, events, and interactions!

This project is a fork of TSLARoadster/TypeScript-Discord.js-v14-Template

Supported Features

Feature Available
Slash Command
Button
ContextMenu
Modal
SelectMenu
AutoComplete

Installation

  1. Clone this project with
    $git clone https://github.com/ry2x/TypeScript-Discord.js-v.14-template.git
  2. Install dependencies with
    $pnpm install
  3. Install hasky [?]What is hasky
    $pnpm run prepare

Configuration

  1. Edit ./src/RENAME.env

    You'll need client_id, TOKEN and guild_id [?] You can get them at here.

  2. Rename RENAME.env to .env

  3. Edit ./src/config.json

    Change "!" to configure your prefix

    {
     "prefix": "!"  
    }

About

A quick-start template for Discord.js v14 in TypeScript with yarn that contains handling for commands, events, and interactions!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 91.4%
  • JavaScript 5.9%
  • Shell 2.7%