Discord bot created in the intention of sending cute dog images!
- NodeJS v16.6 or higher
- Scope
applications.commands
has to be enabled in your bot in Developer Portal
This bot uses this API to fetch dog images: https://dog.ceo/api/
- node-fetch@2
- discord.js@latest
- discord-api-types/v9
- @discordjs/rest
Use this link to add this bot to your server!
To install it on a server, install the dependencies above, clone this repo:
git clone https://github.com/DudusJestem/PuppBot
Edit the config.json file:
{
"clientId": "[your client id here]",
"guildId": "[your test guild id here]",
"token": "[your bot token here]",
"colors": {
"primary": "#E7848F"
}
}
Join our Discord Server to test this bot for yourself!
Distributed under the MIT License. See LICENSE for more information.