ソースを参照

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|