Compare commits

...

1 Commits

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> </AccordionDetails>
</Accordion> </Accordion>
{/* Reaction Roles Accordion */} {/* Reaction Roles Accordion */}
<Box sx={{ marginTop: '20px' }}> <Box sx={{ marginTop: '20px', opacity: isBotInServer ? 1 : 0.5 }}>
<ReactionRoles guildId={guildId} channels={channels} roles={roles} /> <ReactionRoles guildId={guildId} channels={channels} roles={roles} />
</Box> </Box>
{/* Live Notifications dialog */} {/* Live Notifications dialog */}