alfred-nextcloud/bot/Commands/Icommands.php
Shikiryu a63538c768 🎉 Hello world
2024-08-05 23:33:27 +02:00

16 lines
234 B
PHP

<?php
namespace Shikiryu\Bot\Commands;
use Shikiryu\Bot\Bot;
interface Icommands
{
public static function getMessage(Bot $bot, array $data);
/**
* @return string
*/
public static function getDescription();
}