Explorar o código

Fix URL for loli command

Frans Bergman %!s(int64=4) %!d(string=hai) anos
pai
achega
f1a100fa24
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      main.rb

+ 1 - 1
main.rb

@@ -39,7 +39,7 @@ bot.command(:reset) do |_event|
 end
 end
 
 
 bot.command(:loli, description: "Calls for the lolice.") do |_event|
 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
 end
 
 
 bot.command(:reap, description: "Reaps images posted by the caller in the current channel.") do |_event, stop_id|
 bot.command(:reap, description: "Reaps images posted by the caller in the current channel.") do |_event, stop_id|