chore: Remove unnecessary comments from profile command, trade interaction handler, inventory service, and scheduler.
This commit is contained in:
@@ -39,8 +39,6 @@ export const schedulerService = {
|
||||
|
||||
for (const timer of expiredAccess) {
|
||||
// TODO: Here we would call Discord API to remove roles/overwrites.
|
||||
// e.g. discordClient.channels.cache.get(timer.metadata.channelId).permissionOverwrites.delete(timer.userId)
|
||||
|
||||
const meta = timer.metadata as any;
|
||||
console.log(`🚫 Revoking access for User ${timer.userId}: Key=${timer.key} (Channel: ${meta?.channelId || 'N/A'})`);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user