2023-03-01 16:20:47 -03:00
2023-02-11 10:37:40 -03:00
2023-01-30 22:34:55 -03:00
2023-03-01 16:20:47 -03:00
2023-03-01 16:20:47 -03:00
2023-02-15 23:31:01 -03:00
2023-02-15 23:31:01 -03:00
2023-02-01 17:32:21 -03:00
2023-01-30 22:35:08 -03:00
2023-02-15 23:31:01 -03:00

KasBot

Inspired by a Brazilian DJ

Running

If using Docker, just put a token on the docker-compose.yml file and run it using docker-compose up -d.

If deploying it by hand, you can run:

dotnet build -c Release -o bin
dotnet bin/Kasbot.dll

Commands

Command Description
!play <url/text> Plays a song from YouTube
!skip Skips the current song
!stop Stops the current song and clears the queue
!leave Leaves the current voice channel and clears the queue
!cat Sends a random cat pic into the channel :3

You can change the command prefix by putting another symbol in COMMAND_PREFIX environment variable.

Description
No description provided
Readme 4 MiB
Languages
C# 97%
Dockerfile 2.9%
Shell 0.1%