Skip to content

Latest commit

 

History

History
56 lines (41 loc) · 1.23 KB

README.md

File metadata and controls

56 lines (41 loc) · 1.23 KB

MfuseBot

This is a simple Discord bot to test your MOHAA Morphuse scripts on.

It depends on: Morfuse

Demo GIF

🛠️ Installation Steps:

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

Usage

Start:

./mfusebot

🛠️ Slash Command

/mfuse pops up a modal to input your Morpheus code on.

🛠️ Configuration

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>

Contributing

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.

License

This project is licensed under the MIT License. See the LICENSE file for details.