Skip to content

A simple Discord bot to test your MOHAA Morphuse scripts on.

License

Notifications You must be signed in to change notification settings

ysdragon/mfuse-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Languages