瀏覽代碼

remove pry

Andrew Swistak 6 年之前
父節點
當前提交
9fe9ca58ae
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      bot.rb

+ 0 - 1
bot.rb

@@ -822,7 +822,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