|
@@ -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|
|