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
- Host: GitHub
- URL: https://github.com/tedbyron/memer
- Owner: tedbyron
- License: apache-2.0
- Created: 2022-03-02T21:36:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-06T21:56:57.000Z (about 4 years ago)
- Last Synced: 2025-08-28T09:19:00.811Z (10 months ago)
- Topics: bot, discord, memes, reddit, rust
- Language: Rust
- Homepage:
- Size: 105 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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=
```