ready site

This commit is contained in:
Bivekich
2025-02-07 02:17:28 +03:00
parent a390ab919c
commit 9b75339c1e
42 changed files with 11112 additions and 0 deletions

4
lib/config.ts Normal file
View File

@ -0,0 +1,4 @@
export const TELEGRAM_CONFIG = {
BOT_TOKEN: '7802786776:AAGQGYf2BxuBFmZOhRcLTX52KnUEYifTKZY',
CHAT_ID: '-1002321880357',
};