Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mirabellierr/bunny
- Owner: MiraBellierr
- License: apache-2.0
- Created: 2022-04-16T06:30:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-06T07:57:28.000Z (8 months ago)
- Last Synced: 2024-03-06T08:49:27.142Z (8 months ago)
- Language: JavaScript
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .
```