yorunoken / Discord-Animals-Bot

A cute Discord bot for getting cute animal facts and images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Animals Bot

A Discord bot written in TypeScript that uses the bun runtime. Returns random images of animals..

You can try the bot yourself by inviting it to your server.

Cats bury their feces to cover their trails from predators. Corgi is Welsh for "dwarf dog".

๐Ÿš€ Building the bot

  1. Clone this repository to your local machine.
  2. Run bun install to install the necessary dependencies.
  3. Create a Discord bot and obtain the necessary token. You can find a guide here.
  4. Rename the .env.local.example file to .env.local and add your API credentials in the following format:
TOKEN=DISCORD_TOKEN_HERE
  1. Launch the bot by running bun start.

๐Ÿ–ฅ๏ธ Commands

/cats - replies with a random media of cat(s).
/dogs - replies with a random media of dog(s).
/foxes - replies with a random media of fox(es).

๐Ÿ™Œ Credits

This project was developed by YoruNoKen under the MIT license. APIs used are as follows:

About

A cute Discord bot for getting cute animal facts and images

License:MIT License


Languages

Language:TypeScript 100.0%