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.
- Host: GitHub
- URL: https://github.com/ysdragon/mfuse-bot
- Owner: ysdragon
- License: mit
- Created: 2023-09-07T12:46:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-10T08:53:35.000Z (over 2 years ago)
- Last Synced: 2024-12-29T19:11:55.185Z (about 1 year ago)
- Topics: discord, discord-bot, mohaa, mohbt, mohsh, morfuse, morpheus, scr, script
- Language: Go
- Homepage:
- Size: 354 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)

## 🛠️ 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.