Initial project setup with basic structure, including environment configuration, command handling, and Lavalink integration.

This commit is contained in:
2025-04-20 09:02:34 +08:00
parent 322434afbd
commit 05fec6747d
14 changed files with 324 additions and 2 deletions

11
.gitignore vendored
View File

@@ -2,12 +2,21 @@
# Generated by Cargo
# will have compiled files and executables
debug/
target/
/target/
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
# dotenv environment variables
.env
# VSCode settings
.vscode/
# macOS
.DS_Store
# These are backup files generated by rustfmt
**/*.rs.bk