readyCommand

Executing Code When Bot Is Online.

Usage

bot.readyCommand({
jid: "", // User/Group Jud
code: `` // Code Executed
})
๐Ÿ’ก

Jid is very much needed, if you leave it blank you will get an error in the console

Example

bot.readyCommand({
jid: "User/Group Jid",
code: `$log[$decodedBotJid Ready to use]`
})