sunflowerfuchs/discord-tiktok-plugin

为 sunflowerfuchs/discord-bot 添加改进的 TikTok 内嵌功能的插件。

v0.1 2022-08-24 16:07 UTC

This package is auto-updated.

Last update: 2024-09-24 23:21:30 UTC


README

一个用于 sunflowerfuchs/discord-bot 的插件

安装

使用

以下代码片段是您需要添加到现有机器人中的所有内容

$bot = new SunflowerFuchs\DiscordBot\Bot($options);

// This is the only relevant line
$bot->registerPlugin(new SunflowerFuchs\DiscordBot\TiktokPlugin\TiktokPlugin());

$bot->run();