Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mirabellierr/bunny

An easter egg Discord bot
https://github.com/mirabellierr/bunny

Last synced: 2 days ago
JSON representation

An easter egg Discord bot

Awesome Lists containing this project

README

        

# Bunny
An easter egg Discord bot. An egg will appear randomly in the desire channel when a member is active in the server.
* To claim an egg. do `.claim`
* To see the leaderboard. do `.lb`

## Run a bot locally
Make sure nodejs and npm is installed in your machine to be able to run this bot.

1. Clone the repository
```
git clone https://github.com/MiraBellierr/bunny.git && cd bunny
```
2. Install all dependencies
```
npm i
```
3. Create `.env` file. Fill and edit the following:
```
TOKEN=your-bot-token
PREFIX=bot-prefix
CHANNEL=channel-id-to-send-easter-egg
```
4. Run the bot.
```
node .
```