discord-w ~master (2022-03-12T05:59:06.0972821)
Dub
Repo
DiscordBot
discord
w
bot
Undocumented in source.
struct
DiscordBot {
string
token
;
DiscordGateway
gateway
;
ChannelAPI
[
Snowflake
]
channelAPIs
;
ChannelAPI
channel
(Snowflake id);
GuildAPI
[
Snowflake
]
guildAPIs
;
GuildAPI
guild
(Snowflake id);
}
Members
Functions
channel
ChannelAPI
channel
(Snowflake id)
Undocumented in source. Be warned that the author may not have intended to support it.
guild
GuildAPI
guild
(Snowflake id)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
channelAPIs
ChannelAPI
[
Snowflake
]
channelAPIs
;
Undocumented in source.
gateway
DiscordGateway
gateway
;
Undocumented in source.
guildAPIs
GuildAPI
[
Snowflake
]
guildAPIs
;
Undocumented in source.
token
string
token
;
Undocumented in source.
Meta
Source
See Implementation
discord
w
bot
functions
makeBot
structs
DiscordBot