update embed ranks

This commit is contained in:
Pas 2025-12-09 22:42:00 -07:00
parent 2faa1816e5
commit 3f350c8b2c
2 changed files with 2 additions and 2 deletions

View file

@ -90,7 +90,7 @@ export const dopeboxEmbeds = [
makeEmbed({ makeEmbed({
id: 'dopebox-upcloud', id: 'dopebox-upcloud',
name: 'UpCloud', name: 'UpCloud',
rank: 2101, rank: 101,
flags: ['cors-allowed'], flags: ['cors-allowed'],
scrape: scrapeUpCloudEmbed, scrape: scrapeUpCloudEmbed,
}), }),

View file

@ -131,7 +131,7 @@ export const fsOnlineEmbeds = [
makeEmbed({ makeEmbed({
id: 'fsonline-doodstream', id: 'fsonline-doodstream',
name: 'Doodstream', name: 'Doodstream',
rank: 2001, rank: 172,
scrape: scrapeDoodstreamEmbed, scrape: scrapeDoodstreamEmbed,
flags: ['cors-allowed'], flags: ['cors-allowed'],
}), }),