'\App\User', // Reputation model 'reputation_model' => '\QCod\Gamify\Reputation', // Allow duplicate reputation points 'allow_reputation_duplicate' => true, // Broadcast on private channel 'broadcast_on_private_channel' => true, // Channel name prefix, user id will be suffixed 'channel_name' => 'user.reputation.', // Badge model 'badge_model' => '\QCod\Gamify\Badge', // Where all badges icon stored 'badge_icon_folder' => 'images/badges/', // Extention of badge icons 'badge_icon_extension' => '.svg', // All the levels for badge 'badge_levels' => [ 'No-Coiner ๐Ÿ˜ฑ' => 0, 'Shitcoiner ๐Ÿ’ฉ' => 0, 'Trader ๐ŸŽข' => 0, 'Im Rabbit hole ๐Ÿฐ๐Ÿ•ณ' => 0, 'DCA ๐Ÿ—“' => 0, 'Not your keys, not your coins ๐Ÿ—' => 0, 'Wale ๐Ÿ‹' => 0, 'Running a Node ๐Ÿ“ก' => 0, 'Lightning-User โšก๏ธ' => 0, 'Miner โ›๏ธ' => 0, 'Solo-Miner ๐ŸŽฒ' => 0, 'Orange Pilled ๐Ÿ’Š' => 1, 'Cyber Hornet ๐Ÿ' => 21000, // 210.000 'Toxic Maximalist ๐Ÿงช' => 21000, // 210.000 'Satoshi Nakamoto ๐Ÿง ' => 21000000, // 21.000.000 ], // Default level 'badge_default_level' => 0 ];