Skip to content

rhuwellsamano/ValorantStoreChecker-discord-bot

 
 

Repository files navigation

Valorant Discord Bot

Discord bot that shows your infomation and more without open the VALORANT by using the In-game API. written using Python and the Discord.py library

Screenshot

image image image

Installations

pip install -r requirements.txt
# manual install package
pip install git+https://github.com/Rapptz/discord.py@master
pip install requests
pip install python-dotenv
  • Store discord bot token and owner ID in .env
TOKEN='INPUT DISCORD TOKEN HERE'
OWNER_ID='INPUT YOUR DISCORD ID'
  • Run the bot
python bot.py
  • Slash Command in the global happens instantly (takes 1 hour to process.) | force global -sync global
  • if you want use in server now -sync guild to setup the commands.

Usage

Command Action
/store Shows your daily store
/point Shows your valorant point
/login Log in with your Riot acoount
/logout Logout your Riot acoount
/misson View your daily/weekly mission progress
/notify add Set a notification when a specific skin is available on your store
/notify list View skins you have set a notification for
/notify mode Change notification mode Specified skin or all skin
/notify test Testing notification
/nightmarket Shows your nightmarket
/battlepass View your battlepass' current tier
/bundle inspect a specific bundle credit by Giorgio
/bundles Show the current featured bundles credit by Giorgio
/debug command for debug emoji, skin price,cache is not loaded

Translations (credit by giorgio)

If you want to use your language and would like help translate the bot, please do!

  1. Fork the repo
  2. Look up the language code for your language here
  3. In the languages folder of your forked repo, copy en-US.json and rename it to your language code
  4. Open that file and do the thing
  5. Open a pull request

Alternatively, you can just send me the JSON on discord and I'll upload it for you.

Special thanks

for providing a great API about Valorant!

for every skin names and images!

for always helping me and more! <3

developer community for valorant api

Support Me

ko-fi

About

Valorant store offer discord-bot

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.8%
  • Other 0.2%