Compare commits
No commits in common. "05e441f6a13e38ff0009895f9b861ad6048e7bb9" and "5257967f88f4aa1bda8811ce1edeb26dc3b91a04" have entirely different histories.
05e441f6a1
...
5257967f88
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ussd-tg-proxy",
|
"name": "ussd-tg-proxy",
|
||||||
"version": "0.2.3",
|
"version": "0.2.2",
|
||||||
"description": "ussd-tg-proxy",
|
"description": "ussd-tg-proxy",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"repository": "https://git.grassecon.net/grassrootseconomics/ussd-tg-proxy.git",
|
"repository": "https://git.grassecon.net/grassrootseconomics/ussd-tg-proxy.git",
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// this regex extracts ussd reply options
|
// this regex extracts ussd reply options
|
||||||
const regex = /\s(\d{1,2})\.\s/g;
|
const regex = /\s(\d{1,2}).\s/g;
|
||||||
|
|
||||||
// TODO: converts the text to a telegram keyboard
|
// TODO: converts the text to a telegram keyboard
|
||||||
function createKeyboard(input) {
|
function createKeyboard(input) {
|
||||||
|
Loading…
Reference in New Issue
Block a user