The Greatest Base of the Mille-Feuille Box (MFB-GB) enables Discord users to enjoy the MFB through listening to the radio, chatting with each others, and giving a tip to the streamers.
Note: This Discord bot is optimized for the MFB server, so when you use it for your server, you will have to alter it by yourself.
- Node.js (v8.0 or higher)
- Discord.js and other dependencies
- FFmpeg
- Install node.js (v8.0 or higher) and npm, then prepare a new Discord application at https://discordapp.com/developers/applications/me
- Clone or download this repositry.
- Install the dependencies by executing
npm install
. - Copy
config.js.sample
in the root directory and rename it toconfig.js
. - Fill in
ownerID
,token
,guildLogging
. You can change other settings the way you want. - Run it by
node index.js
.
As previously mentioned you will have to change the program for running on your environment.
MFB-GB is licensed under MIT License.
MFB-GB is based on AnIdiotsGuide/guidebot by York licensed under MIT License.