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

Commit

Permalink
add #$code
Browse files Browse the repository at this point in the history
  • Loading branch information
Chew committed Jul 2, 2016
1 parent 82f6998 commit bea6f63
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions chewbot.rb
Expand Up @@ -25,5 +25,8 @@
bot.message(with_text: '#$music') do |event|
event.respond 'Chew has written a nifty little tutorial on how to use the music bot. Read it here: http://chewcraft.me/discord/Music/'
end
bot.message(with_text: '#$code') do |event|
event.respond 'Chewbotcca was written in Ruby. Check the source code here: https://github.com/Chewsterchew/Chewbotcca'
end

bot.run

0 comments on commit bea6f63

Please sign in to comment.