An open API service indexing awesome lists of open source software.

https://github.com/tedbyron/memer

Discord meme bot
https://github.com/tedbyron/memer

bot discord memes reddit rust

Last synced: 10 months ago
JSON representation

Discord meme bot

Awesome Lists containing this project

README

          


memer


Discord meme bot


Based on [chand1012/Discord-Quick-Meme](https://github.com/chand1012/Discord-Quick-Meme).

# Dev

```sh
# .env
MEMER_TOKEN=
MEMER_APPLICATION_ID=

MEMER_MONGO_URI=
MEMER_MONGO_DB=

# Optional (ERROR < WARN < INFO <= DEBUG < TRACE), default = INFO
MEMER_LOG=

# Optional (competing | listening | playing | streaming | watching)
MEMER_ACTIVITY_TYPE=listening
MEMER_ACTIVITY_NAME=/commands
# Only required if activity type = streaming
MEMER_ACTIVITY_STREAMING=
```