20 lines
734 B
Text
20 lines
734 B
Text
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.
|