mrmBot-Matrix/readme.md

36 lines
1.8 KiB
Markdown
Raw Normal View History

# <img src="https://github.com/esmBot/esmBot/raw/master/esmbot.png" width="128"> esmBot
[![esmBot Support](https://discordapp.com/api/guilds/592399417676529688/embed.png)](https://discord.gg/vfFM7YT) ![GitHub license](https://img.shields.io/github/license/esmBot/esmBot.svg)
2019-09-13 20:02:41 +00:00
2020-07-28 14:38:55 +00:00
esmBot is an easily-extendable, multipurpose, and entertainment-focused Discord bot made using [Eris](https://abal.moe/Eris/) with image, music, and utility commands, alongside many others.
2019-09-13 20:02:41 +00:00
[![Top.gg](https://top.gg/api/widget/429305856241172480.svg)](https://top.gg/bot/429305856241172480)
2019-09-13 20:02:41 +00:00
## Usage
You can invite the bot to your server using this link: https://projectlounge.pw/invite
2019-09-13 20:02:41 +00:00
A command list can be found [here](https://projectlounge.pw/esmBot/help.html).
2019-09-13 20:02:41 +00:00
The bot is only supported on Linux/Unix-like operating systems. If you want to run it locally for testing purposes, you should install ImageMagick (version >=7), FFmpeg, MongoDB, libstb and the Microsoft core fonts:
2019-09-13 20:02:41 +00:00
```shell
2020-06-06 20:51:45 +00:00
# On most Debian/Ubuntu-based distros you will need to build ImageMagick from source instead of installing from apt/similar package managers.
# Instructions to do so can be found here: https://imagemagick.org/script/install-source.php
sudo apt-get install imagemagick ffmpeg mongodb ttf-mscorefonts-installer libstb-dev
2019-09-13 20:02:41 +00:00
```
You'll also need to build and install [zxing-cpp](https://github.com/nu-book/zxing-cpp) from source.
2019-09-13 20:02:41 +00:00
After that, you should install the rest of the dependencies using npm:
```shell
npm install
```
And set up Lavalink: https://github.com/Frederikam/Lavalink#server-configuration
Finally, fill in the info inside `.env.example`, rename it to `.env`, and run `app.js`.
2019-09-13 20:02:41 +00:00
## Credits
Icon by [Stellio](https://twitter.com/SteelStellio).
All images, sounds, and fonts are copyright of their respective owners.