Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arjunchib/memebot
Play memes in discord
https://github.com/arjunchib/memebot
discord discord-bot discord-js javascript
Last synced: 24 days ago
JSON representation
Play memes in discord
- Host: GitHub
- URL: https://github.com/arjunchib/memebot
- Owner: arjunchib
- License: unlicense
- Created: 2021-07-10T20:40:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-21T01:50:52.000Z (about 3 years ago)
- Last Synced: 2024-11-19T05:05:16.140Z (3 months ago)
- Topics: discord, discord-bot, discord-js, javascript
- Language: TypeScript
- Homepage:
- Size: 60.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# memebot
A discord bot to play memes from [meme-archive](https://github.com/arjunchib/meme-archive).
## Getting started
### Install dependencies
```bash
pnpm i
```### Add env variables
```
BOT_TOKEN=
MEME_ARCHIVE_BASE_URL=
GUILD_ID=
```### Start dev server
```bash
pnpm start
```## Deployment
Running with the following disables watching file changes and logging to the console:
```bash
pnpm serve
```## Commands
### play
Plays meme in guilds default discord voice channel
```
/play meme:
```### random
Plays a random meme
```
/random
```### list
TODO: List top memes (right now links to website)
```
/list
```### search
Searchs for memes containing the query
```
/search meme:
```