mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-20 21:44:48 +02:00
Drop Reply in most cases
This commit is contained in:
@@ -23,7 +23,7 @@ class MagicBall extends commando.Command {
|
||||
if(question === "") {
|
||||
question = "Not Specified."
|
||||
}
|
||||
message.channel.sendMessage(username + " asked: " + question + "\n:8ball: " + coin + " :8ball:");
|
||||
message.channel.sendMessage(username.username + " asked: " + question + "\n:8ball: " + coin + " :8ball:");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user