Discord bot with various features
Find a file
2025-01-26 15:58:07 +01:00
radiobrowser@0786c89726 chore: add radiobrowser fork as submodule 2025-01-26 15:58:07 +01:00
src chore: restructurize the whole source 2025-01-24 21:52:13 +01:00
tenor-v2@fd8c8bde1b chore: pull tenorv2 submodule 2024-10-06 16:51:09 +02:00
.env.example chore: documentation, dependency updates, etc. 2024-12-09 15:39:54 +01:00
.gitignore chore: restructurize the whole source 2025-01-24 21:52:13 +01:00
.gitmodules chore: add radiobrowser fork as submodule 2025-01-26 15:58:07 +01:00
.TODO feat: playing from URL works now 2025-01-06 12:51:57 +01:00
Cargo.lock chore: add radiobrowser fork as submodule 2025-01-26 15:58:07 +01:00
Cargo.toml chore: add radiobrowser fork as submodule 2025-01-26 15:58:07 +01:00
makefile feat: implemented local song player 2024-12-17 15:28:52 +01:00
README.md chore: documentation, dependency updates, etc. 2024-12-09 15:39:54 +01:00

Discord bot made in rust

Current feature list:

  • move message from one channel to another
  • send hug and headpat embed and tag user in it
  • announces events and birthdays that are in database

Technologies used

  • Discord API - serenity, poise
  • Database - sqlite
  • gifs - my partial implementation of tenor API

Compilation

Make sure you have cargo installed! Edit .env.example and rename to .env

Compile debug version

make dev

Compile release version

make release

Compile debug version and run it

make run

Run release version

make run_rel