Skip to content

Commit

Permalink
[Fix] fixed 8ball command
Browse files Browse the repository at this point in the history
  • Loading branch information
naseif committed Nov 20, 2021
1 parent c409cc6 commit b1c0e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/Fun/8ball.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
aliases: ["8"],
usage: "8ball <question>",
description: "Ask the magic ball a question!",
async run(message, args) {
async run(message, args, client) {
const question = args.join(" ");

if (!question)
Expand Down

0 comments on commit b1c0e28

Please sign in to comment.