https://github.com/valapi/discord-bot
Example of using @valapi
https://github.com/valapi/discord-bot
api bot discord valorant
Last synced: 4 months ago
JSON representation
Example of using @valapi
- Host: GitHub
- URL: https://github.com/valapi/discord-bot
- Owner: valapi
- Created: 2022-01-18T03:04:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-29T13:07:04.000Z (over 1 year ago)
- Last Synced: 2024-12-29T07:36:45.439Z (5 months ago)
- Topics: api, bot, discord, valorant
- Language: TypeScript
- Homepage:
- Size: 35.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[githubrepo_image]: https://github.com/valapi/.github/blob/main/128_valapi.png?raw=true
[githubrepo_url]: https://github.com/valapi
[license_image]: https://badgen.net/badge/license/MIT/blue
[license_url]: https://github.com/valapi/.github/blob/main/LICENSE
[github_image]: https://badgen.net/badge/icon/github?icon=github&label
[github_url]: https://github.com/valapi/node-valapi
[discord_image]: https://badgen.net/badge/icon/discord?icon=discord&label
[discord_url]: https://discord.gg/pbyWbUYjyt# Valorant API - Discord Bot
[![Profile][githubrepo_image]][github_url]
Valorant Discord Bot
[![LICENSE][license_image]][license_url]
[![Github][github_image]][github_url]
[![Discord][discord_image]][discord_url]---
> - **@valapi/discord-bot** isn't endorsed by Riot Games and doesn't reflect the views or opinions of Riot Games or anyone officially involved in producing or managing Riot Games properties. Riot Games, and all associated properties are trademarks or registered trademarks of Riot Games, Inc.
> - **@valapi/discord-bot** was created under [Riot Games' "Legal Jibber Jabber"](https://www.riotgames.com/en/legal) policy using assets owned by Riot Games. Riot Games does not endorse or sponsor this project.
> - [MIT License][license_url]## Using
```bash
npm run build
``````bash
npm run start
```Delete compiled files *(after build)*
```bash
npm run clean
```## Testing
```bash
npm run test
```**dotenv**
https://discord.com/developers/applications
```dosini
APPLICATION_ID="98765432123456789"
CLIENT_ID="98765432123456789"
CLIENT_SECRET="client_secret"
GUILD_ID="12345678987654321"
PUBLIC_KEY="publicKey"
TOKEN="Discord.Token"
```