Follow this step-by-step guide to set up Zeltux on your system
Version 16.9.0 or higher required
Latest version recommended
git clone
https://github.com/RedolentHalo/Zeltux.git
cd Zeltux
npm install
npm run setup
{
"token": "", // Your bot token
"clientId": "", // Your application client ID
"weatherApi": "", // Weather API key
"MongoDBURI": "", // MongoDB connection string
"logsChannelId": "", // Channel ID for bot join/leave logs
"statuses": [
{
"type": "Playing",
"state": "with commands"
}
],
"lavalink": {
"host": "", // Lavalink server host
"port": 443, // Lavalink server port
"name": "", // Lavalink server name
"password": "" // Lavalink server password
}
}
Get from Discord Developer Portal → Bot → Reset Token
Found in Discord Developer Portal → OAuth2 → Client ID
Required for weather command functionality
Database connection string for storing bot data
npm run start
If you run into any issues, join our support server:
Join Support Server