Skip to content

Instantly share code, notes, and snippets.

View Myglce's full-sized avatar
😹
cihuy

Myacle Storage Myglce

😹
cihuy
View GitHub Profile
@Myglce
Myglce / case spotify-download
Created November 3, 2025 15:30
Created by ❏ Priestess 【 プリステス 】 Bot
case 'spotify-download':
case 'spotifydl':
case 'sdownload': {
await XReaction();
if (!text) return reply(`💿 *Contoh:*\n${prefix + command} https://open.spotify.com/track/...`);
try {
const api = await fetch(`https://api.nekolabs.web.id/downloader/spotify/v1?url=${encodeURIComponent(text)}`);
const res = await api.json();
@Myglce
Myglce / menu1.js
Created November 4, 2025 00:22
Created by ❏ Priestess 【 プリステス 】 Bot
case 'menu1': {
try {
await XReaction();
const Styles = (text) => {
const smallCapsMap = {
'a': 'ᴀ', 'b': 'ʙ', 'c': 'ᴄ', 'd': 'ᴅ', 'e': 'ᴇ', 'f': 'ꜰ', 'g': 'ɢ',
'h': 'ʜ', 'i': 'ɪ', 'j': 'ᴊ', 'k': 'ᴋ', 'l': 'ʟ', 'm': 'ᴍ', 'n': 'ɴ',