github.com/litenite42/SwLeaderboard ↗
An animated time-lapse of how litenite42/SwLeaderboard was built, commit by commit.
Open this visualization on its own page →
Contributors
2
Lines of Code
117
From
2020-10-13
To
2022-12-12
About litenite42/SwLeaderboard
SwLeaderboard is a Discord bot built with discord.js that fetches and displays game leaderboard data from skillwarz.com as formatted embeds in Discord channels. The bot is designed for authorized Discord servers and requires Node.js v12.19 to run.
The project is straightforward to set up: users clone the repository, install dependencies via npm, configure a Discord bot token in an environment file, and run the bot with a simple Node command. The bot automatically posts leaderboard information to a designated leaderboard channel and sends a welcome message on startup. While the leaderboard channel name is currently hardcoded in the main index.js file, the setup guide suggests this could be made configurable in the future.
This is a niche utility for the Skillwarz gaming community, allowing Discord servers to display live leaderboard rankings without requiring members to visit the external website. The scope is intentionally limited and focused on a single integration task.