Features | Installation | Useful Info | Acknowledgements | Translations
Discord bot to view your Valorant daily shop, set alerts for specific skins, and much more.
Simple to setup, easy to use, and packed with useful features.
Feel free to join the support server if you need any help!
/settings
config.json
bot
and applications.commands
scopeconfig.json.example
file to config.json
and put your bot token into it.npm i
to install dependenciesnode SkinPeek.js
in the command promptCan I get banned for using SkinPeek? (spoiler: nope, it's safe to use!)
After installing, the bot should automatically deploy the slash commands globally. If they don't appear:
DiscordAPIError: Missing Access
, you probably forgot to add the applications.commands
scope in step 1@bot !deploy guild
in a text channel the bot can see (@bot
being you @mentionning your bot). This will deploy the commands immediately in that guild.@bot !undeploy guild
!By default, the bot doesn't store your username/password, it only uses them to get the cookies that can be used to generate access tokens needed to get your shop.
/cookies
to avoid sending your password, and you can delete your account from the bot anytime using /forget
. Once you're more or less familiar with how the bot works, you should read the Admin Guide for advanced usage and tips & tricks for hosting the bot.
If you're bored, check out this writeup on how Riot treats third-party projects like this one.
For advanced users who want to deploy the bot using Docker:
bot
and applications.commands
scopedocker-compose up -d
to start the bot, docker-compose logs -f
to see the logs and docker-compose down
to stop it.Special thanks to Mistral, Jukki and Keny for their countless bug reports, suggestions and feedback, and without whom the bot wouldn't be anywhere near as good as what it is today.
If you are fluent in another language and would like help translate the bot, either to a new language or to improve an existing translation, please do!
languages
folder.en-GB.json
file and rename it to your language code.Once you're done translating, you can either fork the repo and open a GitHub pull request, or you can just send me the JSON on discord and I'll upload it for you (with credit, of course).
Thank you! ❤️