puhitaku / slacordbot

Slackbot Auto Response, but for Discord.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slacordbot

Slackbot Auto Response, but for Discord.

Why

Although many popular Discord bots have a trigger feature, they typically do not support the functionality of providing a random response from a list of multiple choices, which is a feature that Slackbot offers.

This bot is for those who want to migrate the Slackbot auto response to Discord as-is.

How to run

$ DISCORD_TOKEN=... cargo run
  • This is a self-hosted bot
  • Enable the Message Content intent
  • Allow the bot to read/send messages
  • Define keyword:response pairs in config.json
  • Use the icon in the assets directory if you like 😊

Appendix

convert_slackbot.py converts the response from https://{workspace}.slack.com/api/slackbot.responses.list into the config.json.

About

Slackbot Auto Response, but for Discord.

License:MIT License


Languages

Language:Rust 91.5%Language:Python 8.5%