Skip to content

Commit

Permalink
edit in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Khaaz committed Nov 20, 2018
1 parent dc30a56 commit 86a6374
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/AxonClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -534,11 +534,10 @@ class AxonClient extends EventEmitter {
* Set the bot status.
* Default method. Overridden by initStatus in child.
*
* @returns {Promise}
* @memberof AxonClient
*/
initStatus() {
return this.client.editStatus(null, {
this.client.editStatus(null, {
name: `AxonCore | ${this.params.prefix[0]}help`,
type: 0,
});
Expand Down

0 comments on commit 86a6374

Please sign in to comment.