Revert "initial commit"

This reverts commit 2d23eba148.
This commit is contained in:
Alexander Bukhalo
2022-11-20 14:16:17 +03:00
parent 2d23eba148
commit 43816099a6
94 changed files with 17013 additions and 65 deletions

1
lib/errors/index.ts Normal file
View File

@@ -0,0 +1 @@
export * from './telegraf.exception';

View File

@@ -0,0 +1 @@
export class TelegrafException extends Error {}