Procházet zdrojové kódy

Fix URL for loli command

Frans Bergman před 4 roky
rodič
revize
f1a100fa24
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      main.rb

+ 1 - 1
main.rb

@@ -39,7 +39,7 @@ bot.command(:reset) do |_event|
 end
 
 bot.command(:loli, description: "Calls for the lolice.") do |_event|
-    "https://tankernn.eu/~frans/files/loli_police_#{rand(1..3)}.png"
+    "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|