Skip to content

sevzin/ValorantStoreChecker-discord-bot

 
 

Repository files navigation



Valorant Discord Bot

Store, Nightmarket, Battlepass, Mission, Bundle, Notify

release discord.py License

AboutInstallationsScreenshotUsageTranslationsSpecial ThanksSupport

About

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 is automatic global commands (takes 1 hour to process.)
  • If you want to use commands in server right now -sync guild to sync the commands in your server.
  • if you want remove commands in your server -unsync guild to remove server commands.
  • You can remove global command -unsync global to remove global 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
/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
/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
/notify channel Change notification channel DM Message or Channel(in server)
/debug command for debug emoji, skin price,cache is not loaded

Translations

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 Utility Bot

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.8%
  • Other 0.2%