Skip to content
This repository has been archived by the owner on Apr 10, 2018. It is now read-only.

Commit

Permalink
Update run.js
Browse files Browse the repository at this point in the history
  • Loading branch information
NightCrystal169 authored Jan 14, 2018
1 parent f6a06e1 commit 0fc7985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Client.on("message", message => {
command = command.slice(prefix.length);
let args = message.content.split(" ").slice(1);
if (command === "help") {
const embed = new Discord.RichEmbed().setColor(0x0000FF).setAuthor("HELP", "https://goo.gl/ENFFtn").addField("-help: ", "コマンドリストを表示します。").addField("-ping: ", "通信速度を表示します。").addField("-lobi-allkick", "900人以上居るCorePvPのメンバーを全員Kickします。(機能実装予定)")
const embed = new Discord.RichEmbed().setColor(0x0000FF).setAuthor("HELP", "https://goo.gl/ENFFtn").addField("-help: ", "コマンドリストを表示します。").addField("-ping: ", "通信速度を表示します。")
message.channel.send(embed);
} else
if (command === "ping") {
Expand Down

0 comments on commit 0fc7985

Please sign in to comment.