diff options
Diffstat (limited to 'commands/ping.js')
| -rw-r--r-- | commands/ping.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/ping.js b/commands/ping.js index b881170..7837180 100644 --- a/commands/ping.js +++ b/commands/ping.js @@ -18,4 +18,4 @@ module.exports = { msg.channel.send(RichEmbed = emb); }); } -}
\ No newline at end of file +};
\ No newline at end of file |