New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

telecode.js

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

telecode.js

Help you to create telegram bot much easy

latest
Source
npmnpm
Version
0.1.14
Version published
Maintainers
1
Created
Source

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"]`
});

Keywords

telegram

FAQs

Package last updated on 12 May 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts