This repository has been archived on 2020-07-16. You can view files and clone it, but cannot push or open issues or pull requests.
radiobot/webhook/slogan.php

5 lines
79 B
PHP
Raw Normal View History

2020-06-21 19:00:31 +00:00
<?php
$slogans = file("../slogans.txt");
echo $slogans[array_rand($slogans)];