botman-driver-discord icon indicating copy to clipboard operation
botman-driver-discord copied to clipboard

Fix for abstract method BotMan\BotMan\Interfaces\DriverInterface::typesAndWaits()

Open filippotoso opened this issue 2 years ago • 0 comments

Just add the following code in DiscordDriver.php

    /**
     * Send a typing indicator and wait for the given amount of seconds.
     * @param IncomingMessage $matchingMessage
     * @param int $seconds
     * @param float $seconds
     * @return mixed
     */
    public function typesAndWaits(IncomingMessage $matchingMessage, float $seconds)
    {
    }

filippotoso avatar May 02 '22 08:05 filippotoso