https://github.com/versal-inc/discord-bot-template
simple discord bot typescript base made for learning purposes
https://github.com/versal-inc/discord-bot-template
discord discord-bot discordbot discordjs programming typescript
Last synced: over 1 year ago
JSON representation
simple discord bot typescript base made for learning purposes
- Host: GitHub
- URL: https://github.com/versal-inc/discord-bot-template
- Owner: versal-Inc
- License: mit
- Created: 2024-11-30T05:13:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-30T05:34:42.000Z (over 1 year ago)
- Last Synced: 2025-01-30T22:23:57.950Z (over 1 year ago)
- Topics: discord, discord-bot, discordbot, discordjs, programming, typescript
- Language: TypeScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Discord-bot Typescript Template
Template for building Discord-bots using discord.js v14



### :wrench: Prerequisites
- `Node.js` 16.9.0+ (https://nodejs.org/en/) & `NPM`
- `Discord.js v14` (https://www.npmjs.com/package/discord.js)
- `applications.commands` scope enabled on the [Discord Developer Portal](https://discord.com/developers/applications) (Required for Slash Commands)
### 🌠How To Use
- Clone repository
- Go to the [Discord Developer Portal](https://discord.com/developers/applications) open your application > Bot and enable all your Privileged Gateway Intents.
- Go to the [Discord Developer Portal](https://discord.com/developers/applications) open your application > Bot and grab your bot token.
- Go to the [Discord Developer Portal](https://discord.com/developers/applications) open your application > OAuth2 > URL Generator and select `bot & application.commands`.
- Open config.json.
- Paste your token on the `token` property.
- Start the bot.
### 📢 Notes
- Should any zero-day issue arise during the usage of this product, we recommend the user currently experiencing said issue to open an issue in the github repository of this product in order to get further assistance.
## Copyright and Licencing
This project is under the [MIT Licence](./LICENSE)