Vivid is a multi-functional Discord bot designed to enhance your server's experience. It comes with various features such as moderation commands, fun commands, and utility commands to make your Discord server more engaging and enjoyable.
-
Moderation Commands
- Manage your server with ease using moderation commands like kick, ban, and mute.
-
Fun Commands
- Spice up your server with fun commands like meme, joke, and 8ball.
-
Utility Commands
- Get useful information and utilities like server info, user info, and weather.
To install Vivid on your server, follow these steps:
-
Prerequisites
- Node.js installed on your system.
- Discord.js v12 or below installed.
-
Installation Steps
- Clone this repository.
- Install Discord.js v12 or below using npm:
npm install discord.js@12
-
Configuration
- Create a
config.jsonfile in the root directory. - Add your Discord bot token to the
config.jsonfile:{ "token": "YOUR_DISCORD_BOT_TOKEN" }
- Create a
-
Running the Bot
- Navigate to the root directory of the bot.
- Run the bot using the following command:
node index.js
-
Moderation
!kick <@user>: Kick a user from the server.!ban <@user>: Ban a user from the server.!mute <@user> <duration>: Mute a user for a specified duration.
-
Fun
!meme: Get a random meme from the internet.!joke: Get a random joke to lighten up the mood.!8ball <question>: Ask the magic 8-ball a question.
-
Utility
!serverinfo: Get information about the server.!userinfo <@user>: Get information about a user.!weather <city>: Get the current weather for a specific city.
This bot is created by Fircode.