|
@@ -38,10 +38,6 @@ bot.command(:reset) do |_event|
|
|
|
"Finished resetting"
|
|
|
end
|
|
|
|
|
|
-bot.command(:loli, description: "Calls for the lolice.") do |_event|
|
|
|
- "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|
|
|
|
next "No stop_id supplied" if stop_id == nil
|
|
|
FileUtils::mkdir_p("/tmp/tankbot_images/")
|