Another chat bot for Discord using [discord.js] (https://github.com/hydrabolt/discord.js/)
version
Returns git commit the bot is runningpm <username> <message>
Private message a usernameeval <command>
Execute specified javascript and output resultjoin-server <invite>
Doesn't work 😞
join
Join your current voice channelleave
Bot will leave current voice channelplay <url/title>
Play audio from the provided sourcevolume <number>
Change current audio volumepause
Pause playing audioresume
Resume playing audiostop
Stop playing audio entirely
mute <username>
Delete any messages from the specified usernamedisable <username>
Disallow a user from using this botclear <number>
Clear the specified number of messages from current channel
exp
Returns your current experience
-d
Deletes the message containing your commands-m
Deletes any following response from the bot
-
git clone https://github.com/slypher/botaloo.git
-
Create auth.json with the following format:
{ "youtube_api_key": "INSERT_HERE", "discord_token": "INSERT_HERE" }
-
npm install
-
node bot.js
[Node.js] (http://nodejs.org/)
[Troubleshooting] (http://discordjs.readthedocs.io/en/latest/troubleshooting.html)