a simple, fast tag bot
Note
This bot is still in development; there may be vulnerabilities or unpatched bugs
Warning
There are still a few issues if you host it yourself, you will need to manually edit these (application emojis, etc.)
To edit tags, edit data/tags.json. You can use the tags already present in this repo as an example.
you can simply use the files in this repo for your own projects by doing the following:
- uploading the files in this repository to your host
- editing
data/tags.jsonto include your tags - adding a
config.jsonlike so:
{
"token": "BOT_TOKEN",
"clientId": "APPLICATION_ID",
"ownerId": "YOUR_ID"
}- run
deploycommands.js - keep
index.jsalive and your bot should reply to messages - make sure you have guild members and message intents set
You can also set these in config.json (for debugging)
debug=[boolean](uses the following instead of the defaults if true):debugtoken=[DEBUG_BOT_TOKEN]debugclientId=[DEBUG_BOT_APPLICATION_ID]
The autocomplete system was inspired by https://github.com/discordjs/discord-utils-bot. Credits are in the files that the systems are used in.