Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/KunalBagaria/discordjs-v13-starter
A starter code to start your bot making process in Discord.js V13
https://github.com/KunalBagaria/discordjs-v13-starter
discord discord-bot discord-js discordbots discordjs starter
Last synced: 3 months ago
JSON representation
A starter code to start your bot making process in Discord.js V13
- Host: GitHub
- URL: https://github.com/KunalBagaria/discordjs-v13-starter
- Owner: KunalBagaria
- License: mit
- Created: 2021-08-23T18:26:41.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-04T14:02:47.000Z (about 3 years ago)
- Last Synced: 2024-07-29T09:25:48.784Z (4 months ago)
- Topics: discord, discord-bot, discord-js, discordbots, discordjs, starter
- Language: JavaScript
- Homepage: https://github.com/kb24x7/discordjs-v13-starter
- Size: 29.3 KB
- Stars: 12
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Discord.js V13 Starter Bot
### A fully customizable starter code for Discord.js V13
[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template?template=https%3A%2F%2Fgithub.com%2Fkb24x7%2Fdiscordjs-v13-starter&envs=TOKEN%2CTEST_GUILD_ID&optionalEnvs=TEST_GUILD_ID&TOKENDesc=Your+Bot%27s+Token&TEST_GUILD_IDDesc=Your+development+server%27s+guild+ID%2C+only+add+this+if+your+bot+is+in+development&referralCode=7OsmmG)
### Setup:
Create a .env file with the bot's token
```
TOKEN=YOUR_TOKEN_HERE
TEST_GUILD_ID=YOUR_GUILD_ID_HERE [ONLY ADD THIS IF YOU WANT TO TEST THE BOT IN DEVELOPMENT]
```Install node modules using yarn:
```
yarn
```#### Free Deployment Platforms:
* [Railway](https://railway.app)
* [Qovery](https://www.qovery.com/)
* [OpeNode](https://www.openode.io/)
* [Heroku](https://heroku.com)