Compare commits

..

No commits in common. "bc1b3937654f96a84e267d54b0a99e50bff2b424" and "1de7272f9086d750f5c88310ab6b140092c7669f" have entirely different histories.

1 changed files with 0 additions and 12 deletions

12
bot.rb
View File

@ -1,12 +0,0 @@
#!/bin/env ruby
require 'discordrb'
token = File.read("./token")
bot = Discordrb::bot.new token: token
bot.message(with_text: 'Ping!') do |event|
event.respond 'Pong!'
end
bot.run