Skip to content
This repository has been archived by the owner on May 31, 2020. It is now read-only.

Commit

Permalink
Make invite a response and up the version count
Browse files Browse the repository at this point in the history
  • Loading branch information
Chew committed Nov 4, 2017
1 parent a60ee9f commit 2c088eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/chewbot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -98,7 +98,7 @@
event << 'Chewbotcca - A basic, yet functioning, discord bot.'
event << 'Author: Chew#6216 [116013677060161545]'
event << 'Code: <https://github.com/Chewsterchew/Chewbotcca>'
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}"
Expand Down

0 comments on commit 2c088eb

Please sign in to comment.