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

4
.env.example Normal file
View File

@@ -0,0 +1,4 @@
DISCORD_TOKEN=your_token_here
LAVALINK_HOST=127.0.0.1
LAVALINK_PORT=2333
LAVALINK_PASSWORD=your_password_here