Comparing version 1.0.0 to 1.0.1
@@ -54,3 +54,2 @@ "use strict"; | ||
setAdminCommands() { | ||
const extra = { parse_mode: teleform_1.STYLES.html }; | ||
if (this.config.info) { | ||
@@ -57,0 +56,0 @@ for (const [name, method] of Object.entries(__classPrivateFieldGet(this, _Tebot_settingMethods, "f"))) { |
@@ -45,3 +45,2 @@ import { STYLES, html, ln } from 'teleform'; | ||
setAdminCommands() { | ||
const extra = { parse_mode: STYLES.html }; | ||
if (this.config.info) { | ||
@@ -48,0 +47,0 @@ for (const [name, method] of Object.entries(this.#settingMethods)) { |
{ | ||
"name": "tebot", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Build a Telegram bot.", | ||
@@ -20,3 +20,9 @@ "main": "dist/cjs/main.js", | ||
"bot", | ||
"telegram bot" | ||
"telegram bot", | ||
"name", | ||
"title", | ||
"bio", | ||
"description", | ||
"command", | ||
"commands" | ||
], | ||
@@ -23,0 +29,0 @@ "author": "Me", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16833
304