Explorar el Código

Merge branch 'master' of code.ajsw.is:PMD/rotom_bot

* 'master' of code.ajsw.is:PMD/rotom_bot:
  remove pry
Kylie Jo Swistak hace 6 años
padre
commit
73e469999c
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      bot.rb

+ 0 - 1
bot.rb

@@ -820,7 +820,6 @@ bot.message do |event|
     usr = User.find_by(id: author.to_s)
     msg = URL.match(content) ? content.gsub(URL, "x" * 149) : content
 
-    binding.pr
     img = usr.update_xp(msg, event.author)
     bot.send_file(event.message.channel, File.open(img, 'r')) if img
   end