* Add 'Bot' prefix to token
* Add option for token prefix
* Maybe this is what abal meant?
* Change option name
* Check if token already starts with prefix
* Fix pagebreaks and formatting
* Start touching up sections
* Grab default channel
Usually the general channel anyways 😋
* Add more information
* move this up here
* derp
* cleanup
* touchups
Too many commits? noooo
* Add template literals everywhere, fix backticks and some other stuff
* quote standardization
is that even spelled right
* final touches
there have been a lot of final touches today
* document paused property
* node twitch.tv urls in setStreaming, added note on autoReconnect in troubleshooting
* Fix improper formatting in Cache.get (#1)
* Fix grammar in unpinMessage
* Enhance troubleshooting (#2)
* Enhance troubleshooting
* getChannelLogs can take resolvables
* Include variables
* Add shortcuts
* Add references to shortcuts
* Add shortcuts for User
* Add references for User
* _
* Added an event for the voice speaking packet.
* Updated the docs to reflect the voiceSpeaking event addition.
* Fixed some spacing issues in the VoiceConnection.js file.
* Moved the speaking boolean to the User object.
* Added support for new game objects
bot.setStreaming(name, url, type, callback); added
logic for Internal setStatus updated to check if string or object
* Add disableEveryone option
* forgot to compile
oh well, it can be squash merged
#docs_client.rst:
- 257: Add proper eplanation of callback, like in every other method
- 433: Fix linking for Invite Resolvable
#docs_message.rst:
- 90 : Replace ':' with '-', just for consistency with the others
#docs_resolvables.rst:
- 92 : String doesn't link to anything (?) -> Link removed
#docs_servers.rst:
- 109 : Properly indent code-block because it didn't show at all on rtfd
#docs_serverchannel.rst:
- 53 : Remove doulbe '`' causing it not to display properly
#docs_voiceconnection.rst:
- 67 : Remove 'currently, it currently
#docs_voiceconnection.rst:
- 32 : Add links for Role Resolvable, as used in client#addMemberToRole,
client#removeMemberFromRole and client#memberHasRole