chore: Remove unnecessary comments from profile command, trade interaction handler, inventory service, and scheduler.

This commit is contained in:
syntaxbullet
2025-12-13 14:28:36 +01:00
parent d34e872133
commit f96d81f8a3
4 changed files with 2 additions and 14 deletions

View File

@@ -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'})`);