https://github.com/nandubit/discordbot-v13
A great discord.js v13 replit template
https://github.com/nandubit/discordbot-v13
bot discordjs discordjs-bot github replit
Last synced: about 2 months ago
JSON representation
A great discord.js v13 replit template
- Host: GitHub
- URL: https://github.com/nandubit/discordbot-v13
- Owner: NanduBit
- License: mit
- Created: 2022-02-07T15:25:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-20T12:52:04.000Z (about 3 years ago)
- Last Synced: 2025-06-21T15:41:30.492Z (12 months ago)
- Topics: bot, discordjs, discordjs-bot, github, replit
- Language: JavaScript
- Homepage: discord-bot-v13.vercel.app
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OutDated
## Setup
First of all, click on the "Lock" icon in the tab on the left. It will show you your repl's secrets. On this tab, add a new secret, set its name to `TOKEN` and its value to your discord bot token from the [discord developer dashboard](https://discord.com/developers/applications).
Optionally, move to `index.js` and edit lines 6-12 (client configuration) as it suits you.
Your bot is ready to launch!
## Configuration
In the `config.js` file, you can edit your bot's command prefix as per your choice.
## Commands
The bot by default has 1 commands.
**ping** - Just a test command
## Hosting
The `server.js` file creates an HTTP server which in turn, generates a URL of the format `https://my-repl-name--my-username.repl.co` that you can ping using services such as uptimerobot. If you have the hacker plan, you can skip this and use the `Always on repl` feature.
## Contribution
