discord music bot
Go to file
bain 45ad8d83f6
player: add inactivity timeout
2023-01-06 23:09:47 +01:00
ari player: add inactivity timeout 2023-01-06 23:09:47 +01:00
images update images 2022-08-22 00:24:12 +02:00
.gitignore Initial commit 2022-08-21 23:12:25 +02:00
Dockerfile add docker env 2022-08-21 23:22:12 +02:00
README add README; add CACHE_SIZE env var 2022-08-22 00:42:02 +02:00
docker-compose.yml add README; add CACHE_SIZE env var 2022-08-22 00:42:02 +02:00
requirements.txt Initial commit 2022-08-21 23:12:25 +02:00

README

Ari
> a discord music bot

Ari is a simple music bot that communicates through reactions. You can
click the :play: reaction it adds to messages with youtube videos or
audio attachments to play its contents.

When Ari fails to play a song, it adds a :download_error: reaction to the
message. You can click the reaction to get details on which songs Ari wasn't
able to play.

It supports these commands:
`/skip <number>` - skips the number of songs. The number is optional
    and defaults to 1.
`/stop` - tells Ari to disconnect.


To run your own Ari instance clone this repository (link in the header),
make sure you have docker and docker-compose installed, then fill in
`BOT_TOKEN` in docker-compose.yml, and run the compose file.