Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 253 Bytes

usdkick.md

File metadata and controls

20 lines (15 loc) · 253 Bytes
description
Kick using user ID

$kick

This function kicks the specified user's ID

$kick[userID;reason (optional)]
bot.command({
name: "kick", 
code: `$kick[$mentioned[1]]`
//Kicks the mentioned user
})