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
- Embed Design by Giorgio
-
Install requirements
-
Create the discord bot and Enable Privileged Gateway Intents
MESSAGE CONTENT INTENT
then invite bot to server with scopeapplications.commands
-
Clone/Download
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.
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!
- Fork the repo
- Look up the language code for your language here
- In the
languages
folder of your forked repo, copyen-US.json
and rename it to your language code - Open that file and do the thing
- Open a pull request
Alternatively, you can just send me the JSON on discord and I'll upload it for you.
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