chore(bot): fixed remaining issues

This commit is contained in:
Ahmad 2025-04-17 01:24:52 -04:00
parent 7c2a99daf5
commit 77c4b75440
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
5 changed files with 29 additions and 17 deletions

View file

@ -27,7 +27,7 @@ const command: Command = {
(role) => role.name === 'Manager',
)?.roleId;
const member = await interaction.guild?.members.fetch(interaction.user.id);
const member = await interaction.guild.members.fetch(interaction.user.id);
const hasManagerRole = member?.roles.cache.has(managerRoleId || '');
if (