MCPcopy Create free account

hub / github.com/Samoxive/SafetyJim / functions

Functions461 in github.com/Samoxive/SafetyJim

Methoddefault
(guild_id: GuildId)
src/database/settings.rs:104
Methoddefault
()
src/server/model/user.rs:16
Functiondefault_page
()
src/server/endpoint/mod.rs:16
Methoddelete_iam_role
( &self, guild_id: GuildId, role_id: RoleId, )
src/service/iam_role.rs:79
Methoddispatch
(&self, context: &Context, event: &FullEvent)
src/discord/discord_bot.rs:814
Functionextract_service
( services: &Services, )
src/server/mod.rs:114
Methodfetch_actionable_kick_count
( &self, guild_id: i64, user_id: i64, )
src/database/kicks.rs:52
Methodfetch_actionable_mute_count
( &self, guild_id: i64, user_id: i64, )
src/database/mutes.rs:72
Methodfetch_actionable_softban_count
( &self, guild_id: i64, user_id: i64, )
src/database/softbans.rs:60
Methodfetch_actionable_warn_count
( &self, guild_id: i64, user_id: i64, )
src/database/warns.rs:52
Methodfetch_ban
(&self, id: i32)
src/database/bans.rs:33
Methodfetch_expired_bans
(&self)
src/service/ban.rs:203
Methodfetch_expired_mutes
(&self)
src/service/mute.rs:349
Methodfetch_expired_reminders
(&self)
src/service/reminder.rs:24
Methodfetch_guild_ban_count
(&self, guild_id: i64)
src/database/bans.rs:48
Methodfetch_guild_bans
(&self, guild_id: i64, page: u32)
src/database/bans.rs:40
Methodfetch_guild_hardban_count
(&self, guild_id: i64)
src/database/hardbans.rs:49
Methodfetch_guild_hardbans
( &self, guild_id: i64, page: u32, )
src/database/hardbans.rs:35
Methodfetch_guild_iam_role
( &self, guild_id: i64, role_id: i64, )
src/database/iam_roles.rs:27
Methodfetch_guild_kick_count
(&self, guild_id: i64)
src/database/kicks.rs:44
Methodfetch_guild_kicks
(&self, guild_id: i64, page: u32)
src/database/kicks.rs:36
Methodfetch_guild_mute_count
(&self, guild_id: i64)
src/database/mutes.rs:49
Methodfetch_guild_mutes
(&self, guild_id: i64, page: u32)
src/database/mutes.rs:41
Methodfetch_guild_softban_count
(&self, guild_id: i64)
src/database/softbans.rs:50
Methodfetch_guild_softbans
( &self, guild_id: i64, page: u32, )
src/database/softbans.rs:36
Methodfetch_guild_warn_count
(&self, guild_id: i64)
src/database/warns.rs:44
Methodfetch_guild_warns
(&self, guild_id: i64, page: u32)
src/database/warns.rs:36
Methodfetch_hardban
(&self, id: i32)
src/database/hardbans.rs:28
Methodfetch_kick
(&self, id: i32)
src/database/kicks.rs:29
Methodfetch_last_guild_ban
(&self, guild_id: GuildId)
src/service/ban.rs:215
Methodfetch_mute
(&self, id: i32)
src/database/mutes.rs:34
Methodfetch_setting
(&self, guild_id: i64)
src/database/settings.rs:161
Methodfetch_softban
(&self, id: i32)
src/database/softbans.rs:29
Methodfetch_valid_mutes
(&self, guild_id: GuildId, user_id: UserId)
src/service/mute.rs:361
Methodfetch_warn
(&self, id: i32)
src/database/warns.rs:29
Methodfrom_ban
(services: &Services, ban: &Ban)
src/server/model/ban.rs:23
Methodfrom_cached_guild
(guild_id: GuildId, guild: &CachedGuild)
src/server/model/guild.rs:15
Methodfrom_guild_channel
(id: ChannelId, channel: &CachedChannel)
src/server/model/channel.rs:14
Methodfrom_hardban
(services: &Services, hardban: &Hardban)
src/server/model/hardban.rs:21
Methodfrom_id
(services: &Services, user_id: UserId)
src/server/model/user.rs:26
Methodfrom_kick
(services: &Services, kick: &Kick)
src/server/model/kick.rs:22
Methodfrom_mute
(services: &Services, mute: &Mute)
src/server/model/mute.rs:24
Methodfrom_request_parts
( parts: &mut Parts, state: &AxumState, )
src/server/mod.rs:130
Methodfrom_request_parts
( parts: &mut Parts, state: &AxumState, )
src/server/endpoint/settings.rs:32
Methodfrom_role
(id: RoleId, role: &CachedRole)
src/server/model/role.rs:14
Methodfrom_softban
(services: &Services, softban: &Softban)
src/server/model/softban.rs:22
Methodfrom_warn
(services: &Services, warn: &Warn)
src/server/model/warn.rs:22
Functionget_ban
/guilds/:guild_id/bans/:ban_id
src/server/endpoint/ban.rs:63
Functionget_bans
/guilds/:guild_id/bans
src/server/endpoint/ban.rs:33
Functionget_captcha_page
/captcha/:guild_id/:user_id
src/server/endpoint/captcha.rs:28
Functionget_hardban
/guilds/:guild_id/hardbans/:hardban_id
src/server/endpoint/hardban.rs:63
Functionget_hardbans
/guilds/:guild_id/hardbans
src/server/endpoint/hardban.rs:33
Functionget_kick
/guilds/:guild_id/kicks/:kick_id
src/server/endpoint/kick.rs:63
Functionget_kicks
/guilds/:guild_id/kicks
src/server/endpoint/kick.rs:33
Functionget_mute
/guilds/:guild_id/mutes/:mute_id
src/server/endpoint/mute.rs:63
Functionget_mutes
/guilds/:guild_id/mutes
src/server/endpoint/mute.rs:33
Functionget_self
/@me
src/server/endpoint/self_user.rs:15
Functionget_setting
/guilds/:guild_id/settings
src/server/endpoint/settings.rs:119
Methodget_shard_latency_info
(&self, shard_id: ShardId)
src/service/shard_statistic.rs:29
Functionget_softban
/guilds/:guild_id/softbans/:softban_id
src/server/endpoint/softban.rs:63
Functionget_softbans
/guilds/:guild_id/softbans
src/server/endpoint/softban.rs:33
Functionget_warn
/guilds/:guild_id/warns/:warn_id
src/server/endpoint/warn.rs:63
Functionget_warns
/guilds/:guild_id/warns
src/server/endpoint/warn.rs:33
Methodhandle_command
( &self, context: &Context, interaction: &CommandInteraction, _config: &Config
src/discord/slash_commands/massban.rs:95
Methodhandle_command
( &self, context: &Context, interaction: &CommandInteraction, _config: &Config
src/discord/slash_commands/hardban.rs:84
Methodhandle_command
( &self, context: &Context, interaction: &CommandInteraction, _config: &Config
src/discord/slash_commands/unmute.rs:67
Methodhandle_command
( &self, context: &Context, interaction: &CommandInteraction, _config: &Config
src/discord/slash_commands/ping.rs:28
Methodhandle_command
( &self, context: &Context, interaction: &CommandInteraction, _config: &Config
src/discord/slash_commands/clean.rs:79
Methodhandle_command
( &self, context: &Context, interaction: &CommandInteraction, _config: &Config
src/discord/slash_commands/melo.rs:27
Methodhandle_command
( &self, context: &Context, interaction: &CommandInteraction, _config: &Config
src/discord/slash_commands/clean_user.rs:101
Methodhandle_command
( &self, context: &Context, interaction: &CommandInteraction, _config: &Config
src/discord/slash_commands/role_remove.rs:71
Methodhandle_command
( &self, context: &Context, interaction: &CommandInteraction, _config: &Config
src/discord/slash_commands/iam.rs:58
Methodhandle_command
( &self, context: &Context, interaction: &CommandInteraction, config: &Config,
src/discord/slash_commands/weather.rs:121
Methodhandle_command
( &self, context: &Context, interaction: &CommandInteraction, _config: &Config
src/discord/slash_commands/server.rs:33
Methodhandle_command
( &self, context: &Context, interaction: &CommandInteraction, _config: &Config
src/discord/slash_commands/xkcd.rs:96
Methodhandle_command
( &self, context: &Context, interaction: &CommandInteraction, _config: &Config
src/discord/slash_commands/clean_bot.rs:83
Methodhandle_command
( &self, context: &Context, interaction: &CommandInteraction, _config: &Config
src/discord/slash_commands/invite.rs:32
Methodhandle_command
( &self, context: &Context, interaction: &CommandInteraction, _config: &Config
src/discord/slash_commands/info.rs:34
Methodhandle_command
( &self, context: &Context, interaction: &CommandInteraction, _config: &Config
src/discord/slash_commands/mute.rs:107
Methodhandle_command
( &self, context: &Context, interaction: &CommandInteraction, _config: &Config
src/discord/slash_commands/tag_edit.rs:87
Methodhandle_command
( &self, context: &Context, interaction: &CommandInteraction, _config: &Config
src/discord/slash_commands/ban.rs:103
Methodhandle_command
( &self, context: &Context, interaction: &CommandInteraction, _config: &Config
src/discord/slash_commands/remind.rs:86
Methodhandle_command
( &self, context: &Context, interaction: &CommandInteraction, _config: &Config
src/discord/slash_commands/kick.rs:82
Methodhandle_command
( &self, context: &Context, interaction: &CommandInteraction, _config: &Config
src/discord/slash_commands/tag_list.rs:33
Methodhandle_command
( &self, context: &Context, interaction: &CommandInteraction, _config: &Config
src/discord/slash_commands/unban.rs:65
Methodhandle_command
( &self, context: &Context, interaction: &CommandInteraction, _config: &Config
src/discord/slash_commands/iam_not.rs:60
Methodhandle_command
( &self, context: &Context, interaction: &CommandInteraction, _config: &Config
src/discord/slash_commands/role_create.rs:71
Methodhandle_command
( &self, context: &Context, interaction: &CommandInteraction, _config: &Config
src/discord/slash_commands/softban.rs:107
Methodhandle_command
( &self, context: &Context, interaction: &CommandInteraction, _config: &Config
src/discord/slash_commands/tag_remove.rs:72
Methodhandle_command
( &self, context: &Context, interaction: &CommandInteraction, _config: &Config
src/discord/slash_commands/tag_create.rs:82
Methodhandle_command
( &self, context: &Context, interaction: &CommandInteraction, _config: &Config
src/discord/slash_commands/whois.rs:121
Methodhandle_command
( &self, context: &Context, interaction: &CommandInteraction, _config: &Config
src/discord/slash_commands/warn.rs:82
Methodhandle_message
( &self, context: &Context, message_content: &str, guild_id: GuildId,
src/discord/message_processors/spam_filter.rs:53
Methodhandle_message
( &self, context: &Context, message_content: &str, guild_id: GuildId,
src/discord/message_processors/invite_link.rs:22
Functionhealth_check
(State(settings): State<Arc<Services>>)
src/server/mod.rs:268
Methodinitialize
(&self)
src/database/hardbans.rs:18
Methodinitialize
(&self)
src/database/invalid_uuids.rs:15
Methodinitialize
(&self)
src/database/mutes.rs:24
Methodinitialize
(&self)
src/database/reminders.rs:22
Methodinitialize
(&self)
src/database/softbans.rs:19
← previousnext →301–400 of 461, ranked by callers