1 Commits
dev ... dev2

Author SHA1 Message Date
788207bd54 updated things and stuff 2025-11-29 02:27:16 -05:00

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 */}