Red ORM for the Raku language - #red logs are going to be saved on logs.liz.nl, and later logs.raku.org
Set by SmokeMachine on 1 June 2021.
SmokeMachine red: use RedBot::Channel; .say for RedBot::Channel.^all.first(*.name eq "#red-orm") 17:22
reddable SmokeMachine, RedBot::Channel.new(id => 1, name => "#red-orm", disabled => Bool::False)␤ 17:23
SmokeMachine red: use RedBot::Channel; .say for RedBot::Channel.^all
reddable SmokeMachine, RedBot::Channel.new(id => 1, name => "#red-orm", disabled => Bool::False)␤RedBot::Channel.new(id => 2, name => "#red", disabled => Bool::False)␤