Jose Henrique 7e449575ed
All checks were successful
Master Build / Build and Push Docker Image (amd64) (push) Successful in 2m14s
Master Build / Build and Push Docker Image (arm64) (push) Successful in 4m5s
Master Build / Update running container (push) Successful in 1m15s
fix arm64 build
2025-01-19 11:34:01 -03:00
2025-01-19 11:34:01 -03:00
2023-08-04 23:19:31 -03:00
2023-11-20 20:57:30 -03:00
2025-01-19 11:05:00 -03:00
2025-01-19 11:05:00 -03:00
2023-11-19 16:41:00 -03:00
2023-12-24 13:47:08 -03:00
2023-02-15 23:31:01 -03:00
2023-08-10 16:01:39 -03:00
2023-12-24 13:47:08 -03:00
2023-11-20 20:57:30 -03:00
2023-11-19 16:41:00 -03:00
2023-12-24 13:47:08 -03:00

KasBot

Inspired by a Brazilian DJ

Running

Docker

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

Manual

If deploying it by hand, you can run:

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

If you're using Windows, you will have to download these dependencies and put in the same folder as the executable:

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

Play flags

Flag Description
-s, -silent Don't send play message into channel
-r, -repeat Repeat music

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%