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

<?php
$slogans = file("../slogans.txt");
echo $slogans[array_rand($slogans)];