0.1.14 • Published 2 years ago

telecode.js v0.1.14

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

2 years ago

0.1.13

2 years ago

0.1.12

2 years ago

0.1.11

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.5

2 years ago