Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 296 Bytes

usdisnumber.md

File metadata and controls

20 lines (15 loc) · 296 Bytes
description
Checks if the value is a number or not.

$isNumber

This function checks if the <message> is a number or not. Returns boolean

$isNumber[text]
bot.command({
name: "isnumber", 
code: `
$isNumber[12432]` //This will return true
})