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/")