dont garbage collect for now

This commit is contained in:
Jill 2022-07-16 18:41:37 +03:00
parent 3e23a78a31
commit c34497c61a
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ module.exports = {
permissions: 0n,
});
await member.roles.add(role);
await garbageCollectRoles(member.guild);
//await garbageCollectRoles(member.guild);
interaction.reply({
content: 'Your color has been set.',
ephemeral: true