pdebashis / discordrb-monkeygames

Many fun features for your server either developed inhouse or sourced from other discordrb libraries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MONKEY GAMES

This is a Discord chat bot interactive game using z64's gemstone template. Invite the Bot to your server.

Configuring and running your bot

Make a copy of data/config-template.yaml and rename it to config.yaml exactly.

Fill out each field provided to set up a minimal discord bot, with a few commands and an event to get you started.

To run your bot, open your terminal and run rake or ruby run.rb in the top level folder of your bot.

Additional Packages

sudo yum install libsodium

wget https://archive.mozilla.org/pub/opus/opus-1.2.1.tar.gz

tar -xf opus-1.2.1.tar.gz

cd opus-1.2.1/

./configure

make

sudo make install

mkdir -v -p /usr/local/bin/ffmpeg

cd /usr/local/bin/ffmpeg

wget https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-i686-static.tar.xz

tar -v -xf ffmpeg-release-i686-static.tar.xz --strip-components=1

rm -v -f ffmpeg-release-i686-static.tar.xz

ln -snf /usr/local/bin/ffmpeg/ffmpeg /usr/bin/ffmpeg

ln -snf /usr/local/bin/ffmpeg/ffpropbe /usr/bin/ffpropbe

Bot features

\info

\ping

\cah

\fmk

\trade

\remind_me

\poll

\jobs

\cat

About

Many fun features for your server either developed inhouse or sourced from other discordrb libraries.

License:MIT License


Languages

Language:Ruby 99.9%Language:Shell 0.1%