Preparing search index...
The search index is not available
Discord.js Utilities
Discord.js Utilities
@thenorthsolution/djs-giveaways
BaseGiveawayDatabaseAdapterEvents
Interface BaseGiveawayDatabaseAdapterEvents
interface
BaseGiveawayDatabaseAdapterEvents
{
giveawayCreate
:
[
giveaway
:
RawGiveaway
]
;
giveawayDelete
:
[
giveaway
:
RawGiveaway
]
;
giveawayEntryCreate
:
[
entry
:
RawGiveawayEntry
]
;
giveawayEntryDelete
:
[
entry
:
RawGiveawayEntry
]
;
giveawayEntryUpdate
:
[
oldEntry
:
RawGiveawayEntry
,
newEntry
:
RawGiveawayEntry
]
;
giveawayUpdate
:
[
oldGiveaway
:
RawGiveaway
,
newGiveaway
:
RawGiveaway
]
;
}
Index
Properties
giveaway
Create
giveaway
Delete
giveaway
Entry
Create
giveaway
Entry
Delete
giveaway
Entry
Update
giveaway
Update
Properties
giveaway
Create
giveaway
Create
:
[
giveaway
:
RawGiveaway
]
giveaway
Delete
giveaway
Delete
:
[
giveaway
:
RawGiveaway
]
giveaway
Entry
Create
giveaway
Entry
Create
:
[
entry
:
RawGiveawayEntry
]
giveaway
Entry
Delete
giveaway
Entry
Delete
:
[
entry
:
RawGiveawayEntry
]
giveaway
Entry
Update
giveaway
Entry
Update
:
[
oldEntry
:
RawGiveawayEntry
,
newEntry
:
RawGiveawayEntry
]
giveaway
Update
giveaway
Update
:
[
oldGiveaway
:
RawGiveaway
,
newGiveaway
:
RawGiveaway
]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
giveaway
Create
giveaway
Delete
giveaway
Entry
Create
giveaway
Entry
Delete
giveaway
Entry
Update
giveaway
Update
Discord.js Utilities
Loading...