Coding style fix
[SonOfLokstallBot.git] / strings.php
1 <?php declare(strict_types=1);
2
3 return [
4 'takeoutthebins' => 'Take out that BINZ #TrashSLAM 🚮',
5 'newbill' => '%s bill: $%s each due on the %s',
6 'billreminder' => '[REMINDER %d DAYS] %s bill: $%s each due on the %s',
7 'drinksomewater' => '🚰 Consider drinking some water! 💦 #HydrationNation'
8 ];