Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Benricheson101/discord-status
/ functions
Functions
48 in github.com/Benricheson101/discord-status
⨍
Functions
48
◇
Types & classes
43
↓ 7 callers
Method
to_string
(&self)
services/update-poster/src/statuspage.rs:247
↓ 4 callers
Function
make_edit_embed
(incident: &Incident)
services/update-poster/src/embeds.rs:100
↓ 4 callers
Function
notConfiguredResponse
( client: Client )
services/commands/lib/util/responses.ts:8
↓ 3 callers
Function
capitalize
(word: string)
services/commands/lib/util/index.ts:44
↓ 3 callers
Function
create_message
( rest_client: &DiscordRestClient, channel_id: i64, webhook_id: Option<i64>, webhook_token: &O
services/update-poster/src/main.rs:334
↓ 3 callers
Function
make_post_embed
(incident: &Incident, update: &IncidentUpdate)
services/update-poster/src/embeds.rs:76
↓ 2 callers
Method
create_many_sent_updates
( &self, data: Vec<CreateSentUpdate<'_>>, )
services/update-poster/src/db.rs:188
↓ 2 callers
Function
formatStatus
( status: Indicator | IncidentStatus | ComponentStatus )
services/commands/lib/util/index.ts:40
↓ 2 callers
Function
getStatusEmoji
( status: Indicator | IncidentStatus | ComponentStatus )
services/commands/lib/util/index.ts:11
↓ 2 callers
Method
get_all_incidents
(&self)
services/update-poster/src/statuspage.rs:37
↓ 2 callers
Function
get_base_embed
(incident: &Incident)
services/update-poster/src/embeds.rs:24
↓ 2 callers
Function
get_embed_color
(status: &IncidentStatus)
services/update-poster/src/util.rs:5
↓ 2 callers
Function
get_formatted_timestamp
(time: &DateTime<Utc>)
services/update-poster/src/util.rs:29
↓ 2 callers
Function
get_status_emoji
(status: &IncidentStatus)
services/update-poster/src/util.rs:17
↓ 2 callers
Function
idToTimestamp
(id: string)
services/commands/scripts/migrate.ts:14
↓ 2 callers
Method
loadCmds
()
services/commands/lib/struct/client.ts:27
↓ 2 callers
Method
mc
(name: string)
services/commands/lib/struct/client.ts:59
↓ 2 callers
Function
modeToSubscriptionMode
(mode: string)
services/commands/scripts/migrate.ts:17
↓ 2 callers
Function
respondJSON
( res: ServerResponse, body: APIInteractionResponse, status = 200 )
services/commands/src/index.ts:16
↓ 2 callers
Function
truncate_with_ellipsis
(s: String, len: usize)
services/update-poster/src/util.rs:33
↓ 2 callers
Function
update_message
( rest_client: &DiscordRestClient, channel_id: i64, webhook_id: Option<i64>, webhook_token: &O
services/update-poster/src/main.rs:390
↓ 1 callers
Method
cmp_incidents
( &self, old_incidents: &Incidents, new_incidents: &Incidents, )
services/update-poster/src/statuspage.rs:112
↓ 1 callers
Method
get_incident_created_subscriptions
( &self, incident_id: &String, )
services/update-poster/src/db.rs:64
↓ 1 callers
Method
get_incident_update_created_subscriptions
( &self, incident_id: &String, incident_update_id: &String, )
services/update-poster/src/db.rs:92
↓ 1 callers
Method
get_incident_update_modified_subscriptions
( &self, incident_id: &String, incident_update_id: &String, )
services/update-poster/src/db.rs:132
↓ 1 callers
Function
main
()
services/commands/src/index.ts:27
↓ 1 callers
Function
main
()
services/commands/scripts/createCmds.ts:8
↓ 1 callers
Function
main
()
services/commands/scripts/migrate.ts:20
↓ 1 callers
Method
run
()
services/commands/src/cmds/ping.ts:13
↓ 1 callers
Method
start
(&self, mut stop: Receiver<()>)
services/update-poster/src/statuspage.rs:80
Method
constructor
()
services/commands/lib/struct/client.ts:19
Method
create_sent_update
( &self, data: CreateSentUpdate<'_>, )
services/update-poster/src/db.rs:161
Method
create_subscription
( &self, subscription: CreateSubscription, )
services/update-poster/src/db.rs:215
Method
default
()
services/update-poster/src/db.rs:259
Method
default
()
services/update-poster/src/statuspage.rs:50
Method
delete_subscription
(&self, id: i32)
services/update-poster/src/db.rs:242
Method
get_all_subscriptions
(&self)
services/update-poster/src/db.rs:45
Method
get_guild_subscriptions
( &self, guild_id: i64, )
services/update-poster/src/db.rs:20
Function
handle_updates
( updates: Vec<Update>, db: &Database, discord_rest_client: &DiscordRestClient, )
services/update-poster/src/main.rs:91
Function
main
()
services/update-poster/src/main.rs:28
Method
new
(pg_pool: PgPool)
services/update-poster/src/db.rs:16
Method
new
()
services/update-poster/src/statuspage.rs:27
Method
poll_next
( mut self: Pin<&mut Self>, cx: &mut Context<'_>, )
services/update-poster/src/statuspage.rs:190
Method
run
( _client: Client, i: APIChatInputApplicationCommandInteraction )
services/commands/src/cmds/invite.ts:14
Method
run
( client: Client, i: APIChatInputApplicationCommandInteraction )
services/commands/src/cmds/status.ts:37
Method
run
( client: Client, i: APIChatInputApplicationCommandInteraction )
services/commands/src/cmds/config.ts:117
Method
run
()
services/commands/src/cmds/support.ts:13
Method
run
(client: Client)
services/commands/src/cmds/about.ts:13