소스 검색

Fix URL for loli command

Frans Bergman 4 년 전
부모
커밋
f1a100fa24
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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|