Skip to content

Commit

Permalink
build 6
Browse files Browse the repository at this point in the history
  • Loading branch information
banghasan committed Sep 23, 2021
1 parent 6e8f5da commit 226576d
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 200 deletions.
6 changes: 3 additions & 3 deletions core/00 version.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ Release public pertama kali :
const dev = false;

//const active = 'alpha';
const active = 'beta';
//const active = 'stable';
//const active = 'beta';
const active = 'stable';

const app = {
alpha: {
Expand All @@ -50,7 +50,7 @@ const app = {
},
stable: {
name: 'lumpia',
build: 5,
build: 6,
id: {
legacy: 'MUD_wfLskZT2D99lRXLh94vvg_do21SJR',
new: '1Yo6vQRwjG5Gl9jeEF0g2tBTUa0XN5MyT4G_HeDpRr9DvabxhRcSdhPNj'
Expand Down
88 changes: 0 additions & 88 deletions docs/init.md

This file was deleted.

8 changes: 6 additions & 2 deletions docs/lumpia.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
## Versi

## v4.0
## v3.6

- replyIt WithHTML, WithVoice, WithAudio, WithDocument, ...

## v3.5

- change: _prototype_ helper and button to _class_
- publikasi class EventEmitter
- shorthand `bot.tg` for `bot.telegram`
- fix version number

### v1.0
### v3.1

First public release
on `10 Agustus 2021` / `1 Muharam 1443 H`
Expand Down
101 changes: 0 additions & 101 deletions docs/updateType.md

This file was deleted.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "gaslibv3_dev",
"version": "1.0.0",
"description": "GAS Lib v3 dev",
"main": "main.js",
"name": "gaslibv3",
"version": "3.6.0",
"description": "GAS Lib v3 - lumpia",
"main": "none.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"author": "bangHasan",
"license": "ISC"
}
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ bot.start(ctx => ctx.reply('Lets Go'));

bot.cmd('ping', ctx => ctx.replyIt('Pong!'));

bot.hears(/hello/i, ctx => ctx.replyIt('Hello too!'));
bot.hears(/hello/i, ctx => ctx.reply('Hello too!'));

bot.hears(/^\/say (.*)/i, ctx => ctx.replyIt(ctx.match[1]));
```

## Docs
Expand Down

0 comments on commit 226576d

Please sign in to comment.