1
0
Fork
You've already forked sexybot
0
A Discord bot to entertain your guild with limitless charm
  • JavaScript 100%
Find a file
2017年06月11日 14:15:56 -06:00
commands Replace quandyfactory insults with insult.mattbas.org 2017年06月11日 14:15:12 -06:00
.env.example Initial commit. 2017年03月11日 22:21:39 -07:00
.gitignore Initial commit. 2017年03月11日 22:21:39 -07:00
LICENSE Initial commit 2017年03月11日 21:15:53 -07:00
package.json Update package.json 2017年05月27日 02:41:35 -06:00
README.md Add commands/coin.js 2017年05月27日 02:53:38 -06:00
sexybot.js Initial commit. 2017年03月11日 22:21:39 -07:00

sexybot

Sexybot is a multi-purpose bot meant for some tomfoolery in your guild.

Installation

Copy the .env.example and populate the file:

cp .env.example .env
DISCORD_CLIENT=clientid
DISCORD_TOKEN=token

Install the dependencies and start the sexybot client:

$ cd sexybot
$ npm install
$ node sexybot.js

Commands

  • !brainyquote : Produces a (削除) random (削除ここまで) quote from brainyquote.com
  • !catdog : Returns a random picture of a cat or dog. Also accepts !cat and !dog
  • !coin: Flip a coin
  • !hash : Generates a hash digest for a provided string
  • !insult : Generates a random insult
  • !lmgt : Generates a lmgtfy.com query from the provided string
  • !ping : Ping? Pong! Pong? Ping!
  • !say : Repeats the provided string
  • !xkcd : Produces a random image from xkcd

Planned Commands

In the progress of building a bunch of random commands for fun!

  • cah : Play a game of Cards Against Humanity
  • clue : "@Signus did it with the candlestick in the library"
  • currency : Convert currencies
  • dice : Roll a die
  • dj : Music server
  • doge : Such Discord, much bot
  • gif : Produces a random gif based on a search string
  • opensnow : Get snow conditions and forecasts from Opensnow
  • rfc : Search RFC documents
  • slap : Slap members of your channel
  • trivia : What is the airspeed velocity of an unladen swallow?
  • weather : Get the weather for a zip code

Examples

TODO

  • Group commands by function
  • Add helper functions for describing command arguments
  • Add music server

License

MIT