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
- Host: GitHub
- URL: https://github.com/commandstring/discordts-bot-template
- Owner: CommandString
- Created: 2023-03-24T02:17:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-07T23:57:30.000Z (about 1 year ago)
- Last Synced: 2025-02-16T16:57:58.748Z (10 months ago)
- Language: TypeScript
- Homepage:
- Size: 110 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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™