Zenitsu Bot is a Discord moderation bot that includes a welcome system. The name is inspired from famous anime called Demon Slayer. It is built using the Discord.js library and the ECMAScript language.
Customizable welcome message
Auto-role assignment
Welcome & leave message
Kick and ban commands
Mute command
Prefix (z.)
kick: This command allows a user with the appropriate permissions to remove a member from the server.
Ban: This command allows a user with the appropriate permissions to ban a member from the server.
Mute: This command allows a user with the appropriate permissions to mute a member from the server.
Clear: This command allows a user with the appropriate permissions to clear a certain number of messages from a text channel.
Dice: This command simulates the rolling of a dice, returning a random number from 1-6.
RPS: This command allows a user to play rock-paper-scissors against the bot, returning the outcome of the game.
Coinflip: This command simulates the flipping of a coin, returning either "heads" or "tails".
Rollsum: This command allows a user to roll a specified number of dice, returning the sum of the rolled numbers.
Welcome: This command allows user to set the welcome message for new member
Avatar: This command returns the avatar URL of the mentioned user.
Time: This command returns the current time of the server.
Ping: This command returns the bot's ping time.
Say: This command allows the user to make the bot repeat a message
Embed: This command allows user to create a message embed
Invite: This command returns the bot invite link
Members: This command returns the total number of members in the server
Servericon: This command returns the server icon
Serverbanner: This command returns the server banner
Vote: This command allows user to create a vote
Cal: This command allows user to calculate the result of any mathematical expression
Live: This command allows user to check the live status of any website
Donate: This command returns the donate link of the bot
Server: This command returns information about the server
Please note that the above commands and their descriptions are examples, the actual commands, their functionality and the prefix may vary based on the bot you are using.
Clone the repository using git clone https://github.com/rohzzn/zenitsu-bot.git
Install the dependencies using npm install
Create a .env file and fill in your Discord bot token, prefix and any other environment variables
Run the bot using node index.js
If you would like to contribute to the development of zenitsu-bot, please fork the repository and make changes to the code. Once you are done, submit a pull request and I will review your changes.
If you have any questions or issues with the bot, please open an issue on this repository and I will try to assist you as soon as possible.
Built with