Skip to content

Instantly share code, notes, and snippets.

View anKordii's full-sized avatar
😎
Chillin

xan anKordii

😎
Chillin
View GitHub Profile
@anKordii
anKordii / skip.js
Last active May 10, 2023 12:07
Simple custom widget for skipping alerts with command
const settings = {
id: null,
apiToken: null,
};
window.addEventListener('onWidgetLoad', async (obj) => {
settings.id = obj.detail.channel.id
settings.apiToken = obj.detail.channel.apiToken
})