Hiura Mihate is a fully modular bot – meaning all features and commands can be enabled/disabled to your liking, making it completely customizable. This is a self-hosted bot – meaning you will need to host and maintain your own instance.
Features:
- Loging messages
- Check user infomation
- Check server infomation
- Danbooru search
Comming soon features:
- Moderation features (kick/ban/softban/hackban, mod-log, filter, chat cleanup)
- Trivia (lists are included and can be easily added)
- Music features (YouTube, SoundCloud, local files, playlists, queues)
- Stream alerts (Twitch, Youtube, Picarto)
- Bank (slot machine, user credits)
- Custom commands
- Imgur/gif search
- Admin automation (self-role assignment, cross-server announcements, mod-mail reports)
- Customisable command permissions
Please follow these step:
- Clone project:
git clone https://github.com/BlaskVN/Hiura-Mihate-Bot.git
- Create
.env
file in Hiura-Mihate-Bot folder:# this command for Linux only cd Hiura-Mihate-Bot touch .env
- Open
.env
file and add yourbot token
,client id
. Example:TOKEN=xxxxxxxxxxxxxxxx CLIENT_ID=xxxxxxxxxxxx
- Open terminal and install node_modules:
npm install
- Deploy slash commands:
npm run deploy
- Start your bot:
npm start --silent
Released under the GNU GPL v3 license.