Discord-rpc has resolved the issue with the timeout function, updating to beta 10. Updating to node.js 8.11.x.

This commit is contained in:
Daniel Scalzi
2018-03-31 13:46:52 -04:00
parent 13cc555afd
commit ae387757bc
5 changed files with 37 additions and 43 deletions

View File

@@ -41,7 +41,7 @@ const statuses = [
/**
* Converts a Mojang status color to a hex value. Valid statuses
* are 'green', 'yellow', 'red', and 'grey'. Grey is a custom status
* to our project which represends an unknown status.
* to our project which represents an unknown status.
*
* @param {string} status A valid status code.
* @returns {string} The hex color of the status code.