port of esmBot to operate in Matrix
Go to file
TheEssem 0bd8905829 Don't read database on every message (why the hell did i think this was even remotely good design) 2020-09-09 20:14:01 -05:00
api Removed env stuff from API 2020-09-02 22:52:01 -05:00
assets A bit of cleanup 2020-07-28 09:38:55 -05:00
commands Added ability to disable tags for a server, added way to remove warnings 2020-09-03 14:26:39 -05:00
events Don't read database on every message (why the hell did i think this was even remotely good design) 2020-09-09 20:14:01 -05:00
natives Fixed invert (?) 2020-09-07 15:11:52 -05:00
utils Attempt to fix clean replacing empty text 2020-09-05 16:33:21 -05:00
.env.example Allow changing default prefix in config 2020-09-03 17:48:28 -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 Added script to migrate tweets 2020-07-26 19:58:19 -05:00
.gitmodules Changed source of flags, added new activity message 2020-06-21 12:12:58 -05:00
LICENSE Updated license 2020-01-10 13:44:29 -06:00
PRIVACY.md Add emphasis to what is stored in the database 2020-05-15 14:28:58 -05:00
app.js Moved back to MongoDB, added some extra flags to flag 2020-07-26 19:52:13 -05:00
application.yml Added initial music commands and category, moved lavalink node config to separate file 2020-07-06 15:19:30 -05:00
binding.gyp Removed env stuff from API 2020-09-02 22:52:01 -05:00
esmbot.png Added stats, fixed some bugs, removed unneeded dependencies 2019-09-14 23:22:29 -05:00
lavanodes.json Added initial music commands and category, moved lavalink node config to separate file 2020-07-06 15:19:30 -05:00
messages.json Reject feedback messages if they contain links, increased image request timeout, some other fixes 2020-08-13 08:47:41 -05:00
migratetweets.js Added script to migrate tweets 2020-07-26 19:58:19 -05:00
package-lock.json Preliminary DM support, update URLs to point to new repo link 2020-09-01 17:10:19 -05:00
package.json Preliminary DM support, update URLs to point to new repo link 2020-09-01 17:10:19 -05:00
readme.md Another readme update 2020-09-01 17:23:43 -05:00

readme.md

esmBot

esmBot Support GitHub license

esmBot is an easily-extendable, multipurpose, and entertainment-focused Discord bot made using Eris with image, music, and utility commands, alongside many others.

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.

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:

# 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

You'll also need to build and install zxing-cpp from source.

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.

If you need any help with setting up the bot locally, feel free to ask in the #self-hosting channel on the esmBot Support server.

Credits

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