🎉 Hello world
This commit is contained in:
15
bot/Commands/Icommands.php
Normal file
15
bot/Commands/Icommands.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?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();
|
||||
}
|
Reference in New Issue
Block a user