https://github.com/kevinharv/discord-reply-bot
This bot automatically replies to a specified user with a specified image or message.
https://github.com/kevinharv/discord-reply-bot
bot discord
Last synced: 2 months ago
JSON representation
This bot automatically replies to a specified user with a specified image or message.
- Host: GitHub
- URL: https://github.com/kevinharv/discord-reply-bot
- Owner: kevinharv
- Created: 2022-02-05T02:06:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-24T13:49:50.000Z (about 2 years ago)
- Last Synced: 2025-02-08T03:24:16.380Z (over 1 year ago)
- Topics: bot, discord
- Language: JavaScript
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Discord Reply Bot
This bot started as a spring break project as part of a running joke within my friend group. I quite enjoyed the project and have a few more ideas for additional bots down the road. If you want to leverage this project for your own fun, feel free to fork and follow the configuration information below.
# Configuration
Include a config.json file in the root directory with the following format:
```
{
"token": "your-token-here",
"guildId": "your-guild-here",
"clientId": "your-client-here"
}
```
Once configured, the bot can be deployed on any NodeJS host platform. I run my instance with PM2 on an AWS EC2.micro virtual machine.