Discord bot for custom sound effects and soundboards
Go to file
jude 6307de331d Add option for playing in separate channel
Play sounds in another channel even if not connected.
2022-11-20 10:55:16 +00:00
.idea Remove unused files. Fix compiler warnings. Update help 2022-09-13 10:46:45 +01:00
migrations Join sounds per-server 2022-07-31 14:56:38 +01:00
src Add option for playing in separate channel 2022-11-20 10:55:16 +00:00
.gitignore gitignore 2020-09-03 14:56:08 +01:00
Cargo.lock Add IDs to /list results 2022-09-15 09:13:44 +01:00
Cargo.toml Add IDs to /list results 2022-09-15 09:13:44 +01:00
LICENSE Create LICENSE 2020-09-21 09:26:55 +00:00
README.md Join sounds per-server 2022-07-31 14:56:38 +01:00
rustfmt.toml rustfmt. removed gating on creating user rows for join sounds 2021-09-16 22:04:48 +01:00

SoundFX

A bot for managing sound effects in Discord.

Building

sudo apt install gcc gcc-multilib cmake ffmpeg

Run the migrations in the migrations directory to set up the database.

Use the Cargo.toml file to build it. Needs Rust 1.52+

Running & Config

The bot connects to the MySQL server URL defined in a .env file in the working directory of the program.

Config options:

  • DISCORD_TOKEN- your token (required)
  • DATABASE_URL- your database URL (required)
  • MAX_SOUNDS- specifies how many sounds a user should be allowed without Patreon
  • PATREON_GUILD- specifies the ID of the guild being used for Patreon benefits
  • PATREON_ROLE- specifies the role being checked for Patreon benefits
  • CACHING_LOCATION- specifies the location in which to cache the audio files (defaults to /tmp/)
  • UPLOAD_MAX_SIZE- specifies the maximum upload size to permit in bytes. Defaults to 2MB