Rabbit - An adorable rabbit bot with over 260+ commands He is very obedient and can help you setup your server. The bot has a lot of functionalities with an advance server setup settings which includes a bunch of commands that are package into one grand command. this source code will be constantly updated with new features and functions.
- 👻 Fun
- 🎶 Music
- 🧰 Utility
- 🏖 Images
- 📶 Leveling
- 💸 Economy
- 🔨 Moderation
- ⚙️ Configuration
To invite public version use - invite link
NOTE for the bot to fully function without errors you'll need to grand him the ADMINISTRATION permission to your server.
Or let's make things far easier, visit our website
Are you facing issues with setting up? then drop by at our server
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Also please make sure all contributions you add uses the following database and language
- ENMAP- Rabbit Main Database
- JAVASCRIPT- Rabbit Programing Language
- Clone repository
- Run npm installto get all dependencies,
- Quickly grab a Discord Bot token and client secret on Discord's developer portal
- Fill botconfig/config.jsonwith your desired values
- Fill config.jswith what you need to get started(optional)
- Rename .env.expRemember - this file is a super secret file, better not share it with anyone.
- In .envfile set this values:- Required:
- TOKEN- Bot token from Discord Developer portal
- ID- Your Discord Bot ID
- AMEAPI- your Ametyhyste API token
- BRAINID- Your Brainshop AI Brain ID
- BRAINKEY- Your Brainshop AI Brain Key
- GENIUS- Your Genius API Key. - Not Required for now
 
- Run npm run startornode.
Example .env file
# Environment Config
# Required
TOKEN=[YOUR_BOT_TOKEN]
ID=[YOUR_BOT_ID]
AMEAPI=[AME_API_KEY]
BRAINID=[API_ID]
BRAINKEY=[API_KEY]
GENIUS=[NOT_NEEDED _FOR_NOW]
