An open API service indexing awesome lists of open source software.

https://github.com/ysdragon/mfuse-bot

A simple Discord bot to test your MOHAA Morphuse scripts on.
https://github.com/ysdragon/mfuse-bot

discord discord-bot mohaa mohbt mohsh morfuse morpheus scr script

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

          

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

It depends on: [Morfuse](https://github.com/morfuse/morfuse)

![Demo GIF](https://i.ibb.co/MN1PZ9w/demo.gif)
## 🛠️ Installation Steps:

This project is [hosted on github](https://github.com/ysdragon/mfuse-bot). 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`:

```json
# discord bot token
TOKEN=
# bot client id
CLIENT_ID=
# guild id (server id)
GUILD_ID=
```

# Contributing
Public contributions are welcome!
You can create a [new issue](https://github.com/ysdragon/mfuse-bot/issues/new) for bugs, or feel free to open a [pull request](https://github.com/ysdragon/mfuse-bot/pulls) 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.