sunflowerfuchs / discord-tiktok-plugin
A plugin for sunflowerfuchs/discord-bot that adds improved tiktok embedding.
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/sunflowerfuchs/discord-tiktok-plugin
Requires
- php: >=8.1
- gingteam/tiktok: dev-main
- guzzlehttp/guzzle: ^7.2.0
- spatie/emoji: ^3.0
- sunflowerfuchs/discord-bot: ^v0.1.0
README
A plugin for sunflowerfuchs/discord-bot
Installation
Usage
The following snippet is all that is required to add the plugin to your existing bot:
$bot = new SunflowerFuchs\DiscordBot\Bot($options); // This is the only relevant line $bot->registerPlugin(new SunflowerFuchs\DiscordBot\TiktokPlugin\TiktokPlugin()); $bot->run();