Make it send a message instead of responding to 8ball
This commit is contained in:
parent
7959044335
commit
4d888d68b9
@ -48,6 +48,6 @@ public class MagicBallCommand implements MessageCommand
|
||||
String question = questionBuilder.toString();
|
||||
|
||||
|
||||
event.getMessage().replyEmbeds(MagicBall.generateEmbed(question, event.getAuthor())).queue();
|
||||
event.getChannel().sendMessageEmbeds(MagicBall.generateEmbed(question, event.getAuthor())).queue();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user