Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 687 Bytes

DOCS.md

File metadata and controls

19 lines (13 loc) · 687 Bytes

ANNIEBOT V1 Documentation

Last Updated: May 22, 2024

ANNIEV1 Command Examples: Explore here

Installation and Requirements: Detailed guide here

MORE INFO:

Read this Docs to know more info about node-telegram-bot-api : Here

  • Getting Started:
// annieBot Function
annieStart: async function({ bot, msg }) {
    // Utilize the bot to send a message
    bot.sendMessage(msg.chat.id, "hey");
}