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

v0.1 2022-08-24 18:45 UTC

This package is auto-updated.

Last update: 2025-09-25 01:33:57 UTC


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();