Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lostdesign/emotedeletebot
A discord bot that deletes messages, if they are only consisting of emotes.
https://github.com/lostdesign/emotedeletebot
bot discord discord-js
Last synced: 26 days ago
JSON representation
A discord bot that deletes messages, if they are only consisting of emotes.
- Host: GitHub
- URL: https://github.com/lostdesign/emotedeletebot
- Owner: lostdesign
- Created: 2019-10-30T17:34:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-05T14:15:52.000Z (over 3 years ago)
- Last Synced: 2024-11-13T21:35:55.317Z (3 months ago)
- Topics: bot, discord, discord-js
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# EMOTE DELETE BOT
This bot deletes any messages if the message only consists of emotes. This bot was made for a community member of the Offical Partner Discord.
```
Animated Emotes:
Normal Emotes: <:SomeEmote:234234>
Unicode Emotes: 🐦
```## Installation
You need node.js installed on the target system in oder to run this.- Clone project
- Go into project directory
- `npm install` to install dependencies
- Duplicate `config.example.json` and rename to `config.json`
- Get your bot token from discord developers portal
- Enter token in `config.json`
- `node index.js` to run the bot
- Invite the bot to your server, with atleast `Manage Messages` permissionIn order to run the bot forever, use something like screen, pm2 or forever.