Dougley / DougleyBot

A Discord bot using discord.js that just works, and does entertaining things.
http://steamingmutt.github.io/DougleyBot
GNU General Public License v2.0
20 stars 18 forks source link

Fixes !say tts (I believe this is what was originally intended) #74

Closed Perpetucake closed 8 years ago

Perpetucake commented 8 years ago

{tts:"true"} is the proper format for adding options to client commands, it requires an object not just a value (This is obviously for compatability when more options are added down the line in discord.js) See comment in-line for removal of msg.author (that wasn't working for OBVIOUS reasons lol who added this wtf)