This commit is contained in:
Timothy Jaeryang Baek 2024-12-31 02:51:52 -08:00
parent de4e086bd5
commit 60247fe18d
2 changed files with 0 additions and 4 deletions

View File

@ -67,8 +67,6 @@
};
const channelEventHandler = async (event) => {
console.log(event);
if (event.channel_id === id) {
const type = event?.data?.type ?? null;
const data = event?.data?.data ?? null;

View File

@ -54,8 +54,6 @@
};
const channelEventHandler = async (event) => {
console.log(event);
if (event.channel_id === channel.id) {
const type = event?.data?.type ?? null;
const data = event?.data?.data ?? null;