sunflowerfuchs / discord-tiktok-plugin
为 sunflowerfuchs/discord-bot 添加改进的 TikTok 内嵌功能的插件。
v0.1
2022-08-24 16:07 UTC
Requires
- php: >=8.1
- gingteam/tiktok: dev-main
- guzzlehttp/guzzle: ^7.2.0
- spatie/emoji: ^3.0
- sunflowerfuchs/discord-bot: ^v0.1.0
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();