10 11 12 13 14 15
# File 'lib/esm/command/pictures/birb.rb', line 10 def self.birb_not_found(user:) ESM::Embed.build do |e| e.description = I18n.t("command_errors.birb_not_found", user: user) e.color = :red end end