Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Jacherr/assyst2
/ functions
Functions
764 in github.com/Jacherr/assyst2
⨍
Functions
764
◇
Types & classes
199
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
assyst-core/src/command/mod.rs:81
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
assyst-core/src/command/arguments.rs:918
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
assyst-core/src/gateway_handler/message_parser/error.rs:26
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
assyst-core/src/rest/web_media_download.rs:65
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
assyst-core/src/rest/bad_translation.rs:21
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
assyst-string-fmt/src/markdown.rs:39
Function
fortunecookie
(ctxt: CommandCtxt<'_>, source: Image)
assyst-core/src/command/image/makesweet.rs:138
Function
frames
(ctxt: CommandCtxt<'_>, source: Image)
assyst-core/src/command/image/mod.rs:176
Function
frameshift
(ctxt: CommandCtxt<'_>, source: Image)
assyst-core/src/command/image/mod.rs:206
Method
from
(err: E)
assyst-webserver/src/lib.rs:48
Method
from
(value: Ready)
assyst-common/src/cache/mod.rs:37
Method
from
(v: reqwest::Error)
assyst-core/src/command/errors.rs:133
Method
from
(value: Image)
assyst-core/src/command/messagebuilder.rs:14
Method
from
(v: String)
assyst-core/src/command/mod.rs:190
Method
from
(value: PreParseError)
assyst-core/src/gateway_handler/message_parser/error.rs:80
Method
from
(val: PatronTier)
assyst-core/src/rest/patreon.rs:29
Method
from_attachment_interaction_command
( ctxt: &mut InteractionCommandParseCtxt<'_>, label: Label, )
assyst-core/src/command/arguments.rs:718
Method
from_attachment_raw_message
(ctxt: &mut RawMessageParseCtxt<'_>, _: Label)
assyst-core/src/command/arguments.rs:714
Method
from_channel_history
Defined separately without a CommandCtxt because it is also used elsewhere where we don't have one (and this also doesn't need it)
assyst-core/src/command/arguments.rs:887
Method
from_download_flags
(flags: DownloadFlags, urls: Vec<CobaltApiInstance>)
assyst-core/src/rest/web_media_download.rs:27
Method
from_emoji_command_option
( ctxt: &mut InteractionCommandParseCtxt<'_>, label: Label, )
assyst-core/src/command/arguments.rs:852
Method
from_emoji_raw_message
(ctxt: &mut RawMessageParseCtxt<'_>, label: Label)
assyst-core/src/command/arguments.rs:847
Method
from_link_interaction_command
( ctxt: &mut InteractionCommandParseCtxt<'_>, label: Label, )
assyst-core/src/command/arguments.rs:736
Method
from_mention_command_option
( ctxt: &mut InteractionCommandParseCtxt<'_>, label: Label, )
assyst-core/src/command/arguments.rs:645
Method
from_mention_raw_message
(ctxt: &mut RawMessageParseCtxt<'_>, label: Label)
assyst-core/src/command/arguments.rs:624
Method
from_parent
Creates a parser with shared state from the parent parser The returned parser shares the same limits and variables with `other`
assyst-tag/src/parser.rs:156
Method
from_parent_with_args
Creates a parser with shared state from the parent parser. Allows changing the args for this specific parser The returned parser shares the same limi
assyst-tag/src/parser.rs:164
Method
from_reply
This only exists for raw message
assyst-core/src/command/arguments.rs:753
Method
from_sticker
This only exists for raw message
assyst-core/src/command/arguments.rs:881
Method
from_str
(input: &str)
assyst-core/src/command/image/caption.rs:50
Method
from_str
(input: &str)
assyst-core/src/command/image/bloom.rs:21
Method
from_str
(input: &str)
assyst-core/src/command/image/speechbubble.rs:47
Method
from_str
(input: &str)
assyst-core/src/command/fun/colour.rs:425
Method
from_str
(input: &str)
assyst-core/src/command/fun/translation.rs:24
Method
from_str
(input: &str)
assyst-core/src/command/services/download.rs:35
Method
from_str
(input: &str)
assyst-core/src/command/misc/tag.rs:396
Method
from_str
(input: &str)
assyst-core/src/command/misc/run.rs:41
Method
from_url_argument_command_option
( ctxt: &mut InteractionCommandParseCtxt<'_>, label: Label, )
assyst-core/src/command/arguments.rs:689
Method
from_url_argument_raw_message
( ctxt: &mut RawMessageParseCtxt<'_>, label: Label, )
assyst-core/src/command/arguments.rs:676
Function
generate_table
Generates a table given a list of tuples containing strings
assyst-common/src/util/table.rs:29
Method
get
(handler: &DatabaseHandler, guild_id: u64)
assyst-database/src/model/prefix.rs:27
Method
get_all
(handler: &DatabaseHandler)
assyst-database/src/model/badtranslator_channel.rs:9
Method
get_all
(handler: &DatabaseHandler)
assyst-database/src/model/active_guild_premium_entitlement.rs:57
Method
get_avatar
(&self, user_id: Option<u64>)
assyst-core/src/command/misc/tag.rs:1087
Method
get_command_usage_stats
(handler: &DatabaseHandler)
assyst-database/src/model/command_usage.rs:9
Method
get_count_for_user
( handler: &DatabaseHandler, guild_id: i64, user_id: i64, )
assyst-database/src/model/tag.rs:166
Method
get_count_in_guild
(handler: &DatabaseHandler, guild_id: i64)
assyst-database/src/model/tag.rs:158
Function
get_filer_stats
(client: &Client)
assyst-core/src/rest/filer.rs:12
Method
get_for_user
(handler: &DatabaseHandler, guild_id: i64, user_id: i64)
assyst-database/src/model/tag.rs:148
Function
get_guild_owner
Attempts to resolve a guild's owner's user ID
assyst-common/src/util/discord.rs:14
Function
get_klipy_gif_from_klipy_url
(client: &Client, url: &str)
assyst-core/src/rest/klipy.rs:70
Method
get_last_attachment
(&self)
assyst-core/src/command/misc/tag.rs:1079
Method
get_names_in_guild
( handler: &DatabaseHandler, guild_id: i64, )
assyst-database/src/model/tag.rs:108
Function
get_next_proxy
()
assyst-core/src/downloader.rs:40
Method
get_paged
( handler: &DatabaseHandler, guild_id: i64, offset: i64, limit: i64, )
assyst-database/src/model/tag.rs:92
Method
get_paged_for_user
( handler: &DatabaseHandler, guild_id: i64, user_id: i64, offset: i64,
assyst-database/src/model/tag.rs:129
Function
get_premium_users
Synchronises Assyst with an updated list of patrons.
assyst-core/src/task/tasks/get_premium_users.rs:9
Method
get_tag_contents
(&self, tag: &str)
assyst-core/src/command/misc/tag.rs:1137
Method
get_user_free_tier_2_requests
( handler: &DatabaseHandler, user_id: u64, )
assyst-database/src/model/free_tier_2_requests.rs:32
Method
get_user_votes
(handler: &DatabaseHandler, user_id: u64)
assyst-database/src/model/user_votes.rs:14
Function
ghost
(ctxt: CommandCtxt<'_>, source: Image, depth: Option<u64>)
assyst-core/src/command/image/mod.rs:226
Function
gif
(ctxt: CommandCtxt<'_>, source: Image)
assyst-core/src/command/image/mod.rs:251
Function
gifmagik
(ctxt: CommandCtxt<'_>, source: Image)
assyst-core/src/command/image/mod.rs:272
Function
globe
(ctxt: CommandCtxt<'_>, source: Image)
assyst-core/src/command/image/mod.rs:292
Function
grayscale
(ctxt: CommandCtxt<'_>, source: Image)
assyst-core/src/command/image/mod.rs:313
Method
group_as_option_tree
(&self, subcommands: &'static [(&'static str, TCommand)])
assyst-core/src/command/mod.rs:126
Method
guild_id
(&self)
assyst-tag/src/context.rs:59
Function
handle
(assyst: ThreadSafeAssyst, event: EntitlementCreate)
assyst-core/src/gateway_handler/event_handlers/entitlement_create.rs:12
Function
handle
Handle a [`MessageDelete`] event received from the Discord gateway. This function checks if the deleted message was one that invoked an Assyst comman
assyst-core/src/gateway_handler/event_handlers/message_delete.rs:12
Function
handle
Handle a [`MessageUpdate`] event sent from the Discord gateway. Message updates are used to check the following: 1. A message was edited into a comma
assyst-core/src/gateway_handler/event_handlers/message_update.rs:26
Function
handle
(assyst: ThreadSafeAssyst, event: ChannelUpdate)
assyst-core/src/gateway_handler/event_handlers/channel_update.rs:6
Function
handle
(assyst: ThreadSafeAssyst, event: EntitlementUpdate)
assyst-core/src/gateway_handler/event_handlers/entitlement_update.rs:12
Function
handle
(assyst: ThreadSafeAssyst, InteractionCreate(interaction): InteractionCreate)
assyst-core/src/gateway_handler/event_handlers/interaction_create.rs:42
Function
handle
Handle a [`MessageCreate`] event received from the Discord gateway. This function passes the message to the command parser, which then attempts to co
assyst-core/src/gateway_handler/event_handlers/message_create.rs:20
Function
handle
(assyst: ThreadSafeAssyst, event: GuildDelete)
assyst-core/src/gateway_handler/event_handlers/guild_delete.rs:7
Function
handle
(assyst: ThreadSafeAssyst, event: GuildUpdate)
assyst-core/src/gateway_handler/event_handlers/guild_update.rs:6
Function
handle
(assyst: ThreadSafeAssyst, event: GuildCreate)
assyst-core/src/gateway_handler/event_handlers/guild_create.rs:7
Function
handle
(assyst: ThreadSafeAssyst, event: EntitlementDelete)
assyst-core/src/gateway_handler/event_handlers/entitlement_delete.rs:7
Function
handle_reminders
(assyst: ThreadSafeAssyst)
assyst-core/src/task/tasks/reminders.rs:62
Function
heartlocket
(ctxt: CommandCtxt<'_>, source: Image, text: RestNoFlags)
assyst-core/src/command/image/makesweet.rs:158
Function
help
( ctxt: CommandCtxt<'_>, #[autocomplete = "crate::command::misc::help::help_autocomplete"] labels: Opt
assyst-core/src/command/misc/help.rs:47
Function
help_autocomplete
(_assyst: ThreadSafeAssyst, data: AutocompleteData)
assyst-core/src/command/misc/help.rs:15
Function
identify
(ctxt: CommandCtxt<'_>, input: ImageUrl)
assyst-core/src/command/fun/mod.rs:69
Function
idof
(_: &mut Parser<'_>, mention: Mention)
assyst-tag/src/subtags.rs:598
Function
imageinfo
(ctxt: CommandCtxt<'_>, source: Image)
assyst-core/src/command/image/mod.rs:335
Method
increment
(handler: &DatabaseHandler, guild_id: i64)
assyst-database/src/model/badtranslator_messages.rs:8
Method
increment_user_votes
( handler: &DatabaseHandler, user_id: u64, username: &str, discriminator: &str
assyst-database/src/model/user_votes.rs:25
Function
info
( ctxt: CommandCtxt<'_>, #[autocomplete = "crate::command::misc::tag::tag_names_autocomplete"] name: W
assyst-core/src/command/misc/tag.rs:601
Function
info
(ctxt: CommandCtxt<'_>)
assyst-core/src/command/misc/mod.rs:155
Method
init_pipe
(mut rx: UnboundedReceiver<CacheJobSend>, path: &str)
assyst-core/src/persistent_cache_handler/mod.rs:23
Method
insert
Inser a new colour role.
assyst-database/src/model/colour_role.rs:26
Method
into_response
(self)
assyst-webserver/src/lib.rs:33
Function
invert
(ctxt: CommandCtxt<'_>, source: Image)
assyst-core/src/command/image/mod.rs:391
Function
invite
(ctxt: CommandCtxt<'_>)
assyst-core/src/command/misc/mod.rs:253
Method
is_blacklisted
(handler: &DatabaseHandler, user_id: u64)
assyst-database/src/model/global_blacklist.rs:8
Method
is_disabled
(&self, handler: &DatabaseHandler)
assyst-database/src/model/guild_disabled_command.rs:11
Method
is_video
(&self)
assyst-common/src/util/filetype.rs:40
Method
italics
(&self)
assyst-string-fmt/src/markdown.rs:110
Function
javascript
(parser: &mut Parser<'_>, code: String)
assyst-tag/src/subtags.rs:538
Function
jpeg
(ctxt: CommandCtxt<'_>, source: Image, quality: Option<u64>)
assyst-core/src/command/image/mod.rs:412
← previous
next →
501–600 of 764, ranked by callers