소스 검색

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

* 'master' of code.ajsw.is:PMD/rotom_bot:
  remove pry
Kylie Jo Swistak 6 년 전
부모
커밋
73e469999c
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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