Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

A starter code to start your bot making process in Discord.js V13

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)