Skip to content

A discord bot that embeds things discord cannot properly embed itself

License

Notifications You must be signed in to change notification settings

liss-h/embedbot-rs

Repository files navigation

embedbot-rs

A discord bot that creates embeds for things discord does not properly embed itself. Currently supported:

  • 9GAG posts
  • reddit posts
  • SVGs
  • Tweets

Configuration

See embedbot.json

Docker install

$ wget https://raw.github.com/Clueliss/embedbot-rs/master/Dockerfile  
$ docker build --tag embedbot-rs .  
$ docker run -d --name=embedbot \
    -v ./embedbot.json:/etc/embedbot.json:ro \
    embedbot-rs

Manual build

$ cargo build --release

About

A discord bot that embeds things discord cannot properly embed itself

Resources

License

Stars

Watchers

Forks