From 2c088eb21184aaa0bac6b716dd340bbea58db585 Mon Sep 17 00:00:00 2001 From: Chewsterchew Date: Sat, 4 Nov 2017 18:50:24 -0500 Subject: [PATCH] Make invite a response and up the version count --- lib/chewbot.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/chewbot.rb b/lib/chewbot.rb index d7992e6..085c67b 100644 --- a/lib/chewbot.rb +++ b/lib/chewbot.rb @@ -81,7 +81,7 @@ # Invite Command bot.command :invite do |event| - event.user.pm('Hello! Invite me to your server here: http://bit.ly/Chewbotcca') + event.respond 'Hello! Invite me to your server here: http://bit.ly/Chewbotcca' end # NameMC Command @@ -98,7 +98,7 @@ event << 'Chewbotcca - A basic, yet functioning, discord bot.' event << 'Author: Chew#6216 [116013677060161545]' event << 'Code: ' - event << 'Bot Version: Beta 1.2.1' + event << 'Bot Version: beta 1.2.2' event << 'Library: discordrb 3.2.1' event << "Server Count: #{event.bot.servers.count}" event << "Total User Count: #{event.bot.users.count}"