瀏覽代碼

Remove 'loli' command

Frans Bergman 3 年之前
父節點
當前提交
0aad3a3af4
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      main.rb

+ 0 - 4
main.rb

@@ -38,10 +38,6 @@ bot.command(:reset) do |_event|
     "Finished resetting"
 end
 
-bot.command(:loli, description: "Calls for the lolice.") do |_event|
-    "https://tankernn.eu/~frans/loli_police_#{rand(1..3)}.png"
-end
-
 bot.command(:reap, description: "Reaps images posted by the caller in the current channel.") do |_event, stop_id|
     next "No stop_id supplied" if stop_id == nil
     FileUtils::mkdir_p("/tmp/tankbot_images/")