mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-18 05:49:49 +02:00
Drop Reply in most cases
This commit is contained in:
@@ -19,7 +19,7 @@ class ShipCommand extends commando.Command {
|
||||
console.log("[Command] " + message.content);
|
||||
let ship = message.content.split(" ").slice(1).join(" ");
|
||||
let percentage = Math.floor(Math.random() * 100) + 1;
|
||||
message.reply("I'd give " + ship + " a " + percentage + "%!");
|
||||
message.channel.sendMessage("I'd give " + ship + " a " + percentage + "%!");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user