From 99f8fb0ea75559cf0a61a5657ce1d362bdb24355 Mon Sep 17 00:00:00 2001 From: Alee Date: Fri, 30 Mar 2018 22:01:53 -0400 Subject: More changes --- commands/rps.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'commands') diff --git a/commands/rps.js b/commands/rps.js index 77c8a53..27f204c 100644 --- a/commands/rps.js +++ b/commands/rps.js @@ -35,8 +35,9 @@ module.exports.run = async (client, message) => { "Paper", "Scissors", ]; - - message.channel.sendMessage(rps[Math.floor(Math.random() * rps.length)]); + + message.channel.send(rps[Math.floor(Math.random() * rps.length)]); + message.channel.send('Please note that this feature is in **beta** so if you want to help this please do by doing `ab:git`') }; exports.conf = { -- cgit v1.2.3