updated things and stuff

This commit is contained in:
2025-11-29 02:27:16 -05:00
parent 61ab1e1d9e
commit 788207bd54

View File

@@ -676,7 +676,7 @@ const ServerSettings = () => {
</AccordionDetails>
</Accordion>
{/* Reaction Roles Accordion */}
<Box sx={{ marginTop: '20px' }}>
<Box sx={{ marginTop: '20px', opacity: isBotInServer ? 1 : 0.5 }}>
<ReactionRoles guildId={guildId} channels={channels} roles={roles} />
</Box>
{/* Live Notifications dialog */}