Allow players to link their accounts and roles, login with Discord account, and reply support tickets on your Discord server. It's completely Open Source!
🇺🇸 English: https://help.leaderos.net/free-services/discord-bot
🇹🇷 Türkçe: https://destek.leaderos.com.tr/uecretsiz-hizmetler/discord-bot
- Node.js 16.11.0 or newer is required.
- Git (for using git clone command) (optional)
git clone https://github.com/leaderos-net/leaderos-discord-bot
- Go to the repository folder:
cd leaderos-discord-bot
- Install dependencies:
npm install
-
Rename the .env.example file to .env and configure it. (See the Configuration section below)
-
Run the bot:
npm run start
Key | Description |
---|---|
DISCORD_BOT_TOKEN | Your bot's token. You can find it in the Discord Developer Portal > Applications > Your Application > Bot |
WEBSITE_URL | Your website's URL. (https://yourdomain.com) |
API_KEY | Your Website API key. You can find it in the Dashboard > Settings > API |
LANGUAGE | The language of the bot. You can find the list of languages in the languages folder. |
DEBUG | Enable or disable debug mode. |
ROLE_SYNC_CACHE_PERIOD | Role Sync Cache Period in seconds. |