sunflowerfuchs / discord-giveaway-plugin
A plugin for sunflowerfuchs/discord-bot that allows you to set up simple giveaways.
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/sunflowerfuchs/discord-giveaway-plugin
Requires
- php: >=8.1
- guzzlehttp/guzzle: ^7.2.0
- pecee/pixie: ^4.15
- 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\Plugins\GiveawayPlugin()); $bot->run();