Preparing search index...
The search index is not available
Discord.js Utilities
Discord.js Utilities
@thenorthsolution/djs-giveaways
RawSqlite3Giveaway
Interface RawSqlite3Giveaway
interface
RawSqlite3Giveaway
{
channelId
:
string
;
createdAt
:
string
;
description
?:
string
;
dueDate
:
string
;
ended
:
Sqlite3Boolean
;
guildId
:
string
;
hostId
?:
string
;
id
:
string
;
messageId
:
string
;
name
:
string
;
paused
:
Sqlite3Boolean
;
remaining
?:
number
;
riggedUsersId
:
null
|
string
;
winnerCount
:
number
;
winnersEntryId
:
string
;
}
Hierarchy
Omit
<
RawGiveaway
,
"createdAt"
|
"paused"
|
"ended"
|
"dueDate"
|
"riggedUsersId"
|
"winnersEntryId"
>
RawSqlite3Giveaway
Index
Properties
channel
Id
created
At
description?
due
Date
ended
guild
Id
host
Id?
id
message
Id
name
paused
remaining?
rigged
Users
Id
winner
Count
winners
Entry
Id
Properties
channel
Id
channel
Id
:
string
created
At
created
At
:
string
Optional
description
description
?:
string
due
Date
due
Date
:
string
ended
ended
:
Sqlite3Boolean
guild
Id
guild
Id
:
string
Optional
host
Id
host
Id
?:
string
id
id
:
string
message
Id
message
Id
:
string
name
name
:
string
paused
paused
:
Sqlite3Boolean
Optional
remaining
remaining
?:
number
rigged
Users
Id
rigged
Users
Id
:
null
|
string
winner
Count
winner
Count
:
number
winners
Entry
Id
winners
Entry
Id
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
channel
Id
created
At
description
due
Date
ended
guild
Id
host
Id
id
message
Id
name
paused
remaining
rigged
Users
Id
winner
Count
winners
Entry
Id
Discord.js Utilities
Loading...