Step 9

Welcome to webhooks

As last step we are going to configure the webhooks that the housing system provides us, be sure to order it as you create it in your discord, and if you don't know how to create it here you have a video of how to do it.

go to qs-housing/server/custom/misc/webhooks.lua

Config.Webhooks = { -- Place your Discord webhooks here.
    ['createhouse'] = '',
    ['deletehouse'] = '',
    ['buyhouse'] = '',
}

Last updated