Skip to content

Base template for a TypeScript Discord bot.

License

Notifications You must be signed in to change notification settings

Tolga1452/ts-discord-bot-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ts-app-template

Base template for a typescript app.

Setup

After cloning, init your project by running

npm init -y

and install the required eslint plugins by running

npm i

Files and scripts

You can find the index.ts file in the src directory and the build file at scripts/build.js.

You can build the project by running

npm run build

and start it by running

npm run start

About

Base template for a TypeScript Discord bot.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%