Skip to content

Instantly share code, notes, and snippets.

@ltlapy
ltlapy / UnsetLocalOnlyEmoji.aiscript
Last active March 2, 2024 16:03
Misskey의 모든 이모지에 설정된 로컬 전용을 해제
/// @ 0.15.0
// ***실행 전 API 제한을 해제할 것(0%)***
var Emojis = []
var LastFetchedId = 'zzzzzzzzzzzzzzzzzzzzz'
<: '이모지 가져오는 중...'
loop {
let res = Mk:api("admin/emoji/list", {
allowPartial: true