Pokemon Discord Bot
Introduction
Learn to build a Discord bot using Discord.js. This repository will help you get started with building a Discord bot that fetches data from the Pokemon API.
The bot listens to the command pokemon and fetches the infromation of the Pokemon specified after the command.
Installation
1. Clone the Repository
git clone https://github.com/harshil1712/pokemon-discord-bot.git
2. Install Packages
yarn install
or
npm install
3. Create a .env
file in the root directory of the project.
4. Paste the following in the .env
file and add you bot token.
BOT_TOKEN=<--YOUR BOT TOKEN-->
5. Start the Bot
yarn start
or
npm start
Make sure to add your bot to a server or open a direct message with it, to test the functionalities.
Learn more
We created this bot on a Twitch live stream! If you want to learn from the start you can checkout theβ¦