port of esmBot to operate in Matrix
Go to file
TheEssem 114650adf1 Added PRIVACY.md 2020-04-09 22:30:50 -05:00
assets Added caption2 2020-03-31 09:25:45 -05:00
commands Replace many instances of resize with scale 2020-04-09 22:03:03 -05:00
events Added channel, allow using a mention on hackban and snowflake 2020-04-09 21:40:52 -05:00
utils Added channel, allow using a mention on hackban and snowflake 2020-04-09 21:40:52 -05:00
.env.example Reverted change to sharding 2020-04-03 09:25:36 -05:00
.eslintrc.json Updated eslint parser to use ES2019, allow using backspace before comma in meme/motivate 2020-03-30 09:02:51 -05:00
.gitignore Condensed some commands, fixed a bug with motivate, updated packages 2020-03-09 07:39:46 -05:00
LICENSE Updated license 2020-01-10 13:44:29 -06:00
PRIVACY.md Added PRIVACY.md 2020-04-09 22:30:50 -05:00
app.js Removed node version check, promisified many gm calls 2020-02-20 18:26:49 -06:00
esmbot.png Added stats, fixed some bugs, removed unneeded dependencies 2019-09-14 23:22:29 -05:00
messages.json Added support for "gifv"s, fixed embed issue with image 2020-02-18 14:44:39 -06:00
package-lock.json Bump acorn from 6.1.1 to 6.4.1 2020-03-15 16:25:56 +00:00
package.json v1.2.7 2020-04-03 09:30:11 -05:00
readme.md Upgraded to ImageMagick 7, modified many commands to use fx operators instead of identify 2020-03-03 15:20:03 -06:00

readme.md

esmBot

esmBot Support GitHub license

esmBot is an entertainment-focused Discord bot made using Eris with soundboard, utility, and image manipulation commands.

Top.gg

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, and MongoDB:

# In many cases 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

After that, you should install the rest of the dependencies using npm:

npm install

Finally, fill in the info inside .env.example, rename it to .env, and run app.js.

If you want to run this on Windows, I highly recommend using Windows Subsystem for Linux. I personally used the Ubuntu distro for testing, however other distros might work as well.

Credits

Icon by Stellio. All images, sounds, and fonts are copyright of their respective owners.