Setup

Learn how to setup Mizuki

Bot creation

First, Download Mizuki from here arrow-up-rightand install it on your server. After Mizuki is installed, you need to make a Discord bot.

Head over to Discords Developer Portalarrow-up-right, and click new application. Then, create your application.

After you've made your application, find "Bot", on the left hand side, and click "Add Bot"

Now that you have a bot created, go to the OAuth2 page, right above Bot. Copy the Client ID, and paste it within this link:

https://discord.com/api/oauth2/authorize?client_id=[replace with your client id!!]&permissions=3072&scope=bot

This will be your invite link, so click it and invite it to whatever server you want.

Now we have to acquire a bot token, which is simple. Go back onto the Discord "Bot" page, and click "Reset Token". Copy this token, and open up the \plugins\Mizuki\config.yml file; paste the token in the quotes, then restart the server.

Setting up a channel

That was probably the "hardest" part of the entire setup process. In order to setup a channel, create a channel in the server you invited the bot to. Then, send a message saying !setup. You can also include a channel into that, if you want (!setup #chat).

Last updated