This package has been deprecated

Author message:

This project will not be continued by me (itzhaii) indefinitely

telecode.js

0.1.14 • Public • Published

Telecode.JS

Easy way to create telegram bot

Telecode is a package to create Telegram bots easily and quickly

What new?

  • Bug Fix

How to use it?

const { Telecodejs } = require("telecode.js");

const bot = new Telecodejs({
  token: "Your bot token"
});

bot.command({
  name: "Hi",
  code: `$reply["Hello"]`
});

/telecode.js/

    Package Sidebar

    Install

    npm i telecode.js

    Weekly Downloads

    3

    Version

    0.1.14

    License

    MIT

    Unpacked Size

    2.17 kB

    Total Files

    5

    Last publish

    Collaborators

    • itzhaii
    • jastinlt