Skip to content

A typescript template for Discord.js v13 with command and event-per-file handling

Notifications You must be signed in to change notification settings

Tangerie/Discord13Typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord v13 Typescript Template

A template that

IMPORTANT: Discord Server Requirements

The admin setting in commands means the command is only available to those with an admin role

Changing Token

Edit the .env file to add your discord token

Running the code

Install the dependencies with

> npm install

Run the bot with

> npm run start

OR

> npm run build
> node build/index.js

Built Using

  • Discord.js v13

About

A typescript template for Discord.js v13 with command and event-per-file handling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published