mirror of
https://github.com/thedrewen/protojx-manager.git
synced 2026-03-21 01:48:54 +01:00
fix(status): log errors in message editing to improve debugging
This commit is contained in:
@@ -174,7 +174,9 @@ export class StatusService {
|
|||||||
const message = await channel.messages.fetch(gdb.persistent_message_id);
|
const message = await channel.messages.fetch(gdb.persistent_message_id);
|
||||||
await message.edit({components: [await this.getUpdatedContainer(true)]});
|
await message.edit({components: [await this.getUpdatedContainer(true)]});
|
||||||
}
|
}
|
||||||
} catch (error) {}
|
} catch (error) {
|
||||||
|
console.log(error)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user