DiscordWhitelist icon indicating copy to clipboard operation
DiscordWhitelist copied to clipboard

A Discord Whitelist System For FiveM

Results 4 DiscordWhitelist issues
Sort by recently updated
recently updated
newest added

Getting that prompt even tho I don't set that kind of message. My solution for that is to restart script for them can go in the city.

exports('userHasRole', (src, roles) => { if(!work) return; return new Promise((res, rej) => { getUserDiscord(src, function(userId) { if(userId) { axios(`/guilds/${guildId}/members/${userId}`).then((resDis) => { if(!resDis.data) { res(false) } const hasRole = resDis.data.roles.some((cRole, i)...

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...

dependencies

Bumps [axios](https://github.com/axios/axios) from 0.21.3 to 1.6.0. Release notes Sourced from axios's releases. Release v1.6.0 Release notes: Bug Fixes CSRF: fixed CSRF vulnerability CVE-2023-45857 (#6028) (96ee232) dns: fixed lookup function decorator...

dependencies