An open API service indexing awesome lists of open source software.

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

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"
```