This is a simple Discord bot to test your MOHAA Morphuse scripts on.
It depends on: Morfuse
This project is hosted on github. You can clone this project directly using this command:
git clone https://github.com/ysdragon/mfuse-bot
Use go mod tidy to install/update all the dependencies:
go mod tidy
Build from source:
go build
Start:
./mfusebot
/mfuse pops up a modal to input your Morpheus code on.
Configuration is done via .env
:
# discord bot token
TOKEN=<your discord bot token>
# bot client id
CLIENT_ID=<your discord bot client id>
# guild id (server id)
GUILD_ID=<your server id>
Public contributions are welcome!
You can create a new issue for bugs, or feel free to open a pull request for any and all your changes or work-in-progress features.
This project is licensed under the MIT License. See the LICENSE file for details.