https://github.com/bulletsentence/discord-bot
This bot sends messages by itself at a random period of time. it also responds to messages and doesn't use any kind of prefix to activate, it responds messages "naturally"
https://github.com/bulletsentence/discord-bot
discord discord-bot discord-js javascript nodejs
Last synced: 2 months ago
JSON representation
This bot sends messages by itself at a random period of time. it also responds to messages and doesn't use any kind of prefix to activate, it responds messages "naturally"
- Host: GitHub
- URL: https://github.com/bulletsentence/discord-bot
- Owner: BulletSentence
- Created: 2022-02-14T12:46:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-14T12:57:16.000Z (over 4 years ago)
- Last Synced: 2024-12-30T20:42:30.736Z (over 1 year ago)
- Topics: discord, discord-bot, discord-js, javascript, nodejs
- Language: JavaScript
- Homepage: https://replit.com/@BulletSentence/BOT#index.js
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
## Intro
This bot sends messages by itself at a random period of time. it also responds to messages and doesn't use any kind of prefix to activate, it responds messages "naturally"
* This bot was made in Portuguese. But I also have the English version

## Setup
To configure on the server, we will use: https://replit.com/
In the left tab in a new project, add two packages: discord.js and express

Now, click on the "Lock" icon on the left tab. In this tab, a new secret, set its name to `TOKEN` and its value to your discord bot's token in [discord developer dashboard](https://discord.com/developers/applications).
And now everything is ok
## Hosting
You can create an account on the website [UptimeRobot](https://uptimerobot.com/) and add a new monitor, then put the link of your Replit project, for example: `https://my-repl-name- -my-username.repl.co`, and activate the UptimeRobot service. it will be sending a ping, and keeping the bot active
