Skip to content

Commit

Permalink
removed unnecessary await
Browse files Browse the repository at this point in the history
  • Loading branch information
shukriadams committed Sep 16, 2018
1 parent 94c5710 commit ff997c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/me.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let timeHelper = require('../timeHelper'),

module.exports = async function (message){

let settings = await Settings.instance(),
let settings = Settings.instance(),
store = await Store.instance(),
winnings = store.getWinnings(message.author.id),
isAdmin = await permissionHelper.isAdmin(message.client, message.author),
Expand Down

0 comments on commit ff997c5

Please sign in to comment.