An open API service indexing awesome lists of open source software.

https://github.com/commandstring/discordts-bot-template

A DiscordJS bot template written in TS
https://github.com/commandstring/discordts-bot-template

Last synced: 8 months ago
JSON representation

A DiscordJS bot template written in TS

Awesome Lists containing this project

README

          

# DiscordTs Bot Template

A DiscordJS bot template written in TS based on my [DiscordPHP Bot Template](https://github.com/commandstring/discordphp-bot-template)

# Important Resources

[DiscordJS Guide](https://discordjs.guide)

[DiscordJS Docs](https://discord.js.org/#/)

[DiscordJS Server](https://discord.gg/djs)

[Developer Hub](https://discord.gg/TgrcSkuDtQ) *If you any questions with the template*

[Typescript](https://www.typescriptlang.org/)

# Environment Configuration

Copy `.env.example` -> `.env` and add your bot token

# Npm Commands

`npm run dev` - Start the bot in development mode
`npm run build` - Build the bot
`npm run start` - Start the bot in production mode
`npm run update-commands` - Pushes the command configurations to Discord

### More documentation coming soon™