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

Configure Feed

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

fix no tags state

Luna e418eb71 59d73d69

+1 -1
+1 -1
app/dashboard/[guildId]/custom-commands/page.tsx
··· 56 56 switch (res.status) { 57 57 case 200: { 58 58 setTags(response); 59 - if (!tagId) setTagId(response[0]?.tagId); 59 + if (!tagId && response[0]) setTagId(response[0].tagId); 60 60 break; 61 61 } 62 62 default: {