Step 9

Webhooks

As last step we are going to configure the webhooks provided by the inventory, be sure to order as you create in your discord, and if you do not know how to create here is a video on how to do it.

go to qs-inventory/server/custom/webhook/*

Webhooks = Webhooks or {}

Webhooks = {
    ['admin'] = '',
    ['bought'] = '',
    ['sell'] = '',
    ['swap'] = '',
    ['drop'] = '',
    ['stash'] = '',
    ['trunk'] = '',
    ['garbage'] = '',
    ['robbery'] = '',
    ['glovebox'] = '',
    ['giveitem'] = '',
    ['crafting'] = '',
    ['traphouse'] = '',
}

Last updated