1.4.2 • Published 2 years ago

luawl v1.4.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

luawl, also known as luaGuard

Example (JavaScript)

/**
 * you do not have to share luawl variable with another files, unless you want to
 */

// ex. 1
require('luawl').token = 'API_TOKEN'

// ex. 2
const luawl = require('luawl')

luawl.token = 'API_TOKEN'

luawl.getWhitelist({ discord_id: "id" }).then(response => {
	console.log(response)
})

Example (TypeScript)

/**
 * you do not have to share luawl variable with another files, unless you want to
 */
import * as luawl from 'luawl'

luawl.token = 'API_TOKEN'

luawl.getWhitelist({ discord_id: "id" }).then(response => {
	console.log(response)
})
1.4.2

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.2.0

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago