Preparing search index...
The search index is not available
Discord.js Utilities
Discord.js Utilities
@thenorthsolution/djs-giveaways
GiveawayManagerCreateGiveawayOptions
Interface GiveawayManagerCreateGiveawayOptions
interface
GiveawayManagerCreateGiveawayOptions
{
channel
:
GuildTextBasedChannel
;
content
?:
string
;
description
?:
string
;
endsAt
:
number
|
Date
;
hostId
?:
string
;
name
:
string
;
riggedUsersId
?:
string
[]
;
winnerCount
?:
number
;
}
Index
Properties
channel
content?
description?
ends
At
host
Id?
name
rigged
Users
Id?
winner
Count?
Properties
channel
channel
:
GuildTextBasedChannel
Optional
content
content
?:
string
Optional
description
description
?:
string
ends
At
ends
At
:
number
|
Date
Optional
host
Id
host
Id
?:
string
name
name
:
string
Optional
rigged
Users
Id
rigged
Users
Id
?:
string
[]
Optional
winner
Count
winner
Count
?:
number
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
channel
content
description
ends
At
host
Id
name
rigged
Users
Id
winner
Count
Discord.js Utilities
Loading...