Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Commit

Permalink
fix doublequotes
Browse files Browse the repository at this point in the history
  • Loading branch information
sr229 committed Jan 10, 2018
1 parent 6fe996b commit 0ca0481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/misc/8ball/8ball.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ exports.init = bot => {
};

exports.ball = {
desc: "Make the bot decide for you or do some things.",
desc: 'Make the bot decide for you or do some things.',
usage: '<question>?',
async main(bot, ctx) {
if (!ctx.suffix || !QUESTION_REGEX.test(ctx.suffix)) return await ctx.createMessage('ball-noQuestion');
Expand Down

0 comments on commit 0ca0481

Please sign in to comment.