port of esmBot to operate in Matrix
assets | ||
commands | ||
events | ||
natives | ||
utils | ||
.env.example | ||
.eslintrc.json | ||
.gitignore | ||
.gitmodules | ||
app.js | ||
application.yml | ||
binding.gyp | ||
convertdb.js | ||
esmbot.png | ||
lavanodes.json | ||
LICENSE | ||
messages.json | ||
package-lock.json | ||
package.json | ||
PRIVACY.md | ||
readme.md |
esmBot
esmBot is an entertainment-focused Discord bot made using Eris with soundboard, utility, and image manipulation commands.
Usage
You can invite the bot to your server using this link: https://projectlounge.pw/invite
A command list can be found here.
If you want to run it locally for testing purposes, you should install ImageMagick (version >=7), FFmpeg, PostgreSQL, and the Microsoft core fonts:
# 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 postgresql ttf-mscorefonts-installer
After that, you should install the rest of the dependencies using npm:
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
.
Credits
Icon by Stellio. All images, sounds, and fonts are copyright of their respective owners.