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

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"

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

![image](https://user-images.githubusercontent.com/37451620/153868147-93efbb06-9271-43e1-a979-1fc66ad2bdba.png)

## 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

![image](https://user-images.githubusercontent.com/37451620/153867264-a092a81d-58d2-4f2a-b221-c0cd0eb4a6bd.png)

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

![image](https://user-images.githubusercontent.com/37451620/153867428-f2ae6067-b0b4-44a6-8460-62b3aa21906c.png)