The weeb for the next gen discord boat - Wamellow wamellow.com
bot discord
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 5 lines 128 B view raw
1export default function sleep(ms: number) { 2 return new Promise((resolve) => { 3 setTimeout(resolve, ms); 4 }); 5}