diff --git a/src/routes/bot/getMe.ts b/src/routes/bot/getMe.ts index 7763072..fd91698 100644 --- a/src/routes/bot/getMe.ts +++ b/src/routes/bot/getMe.ts @@ -4,7 +4,7 @@ import type { Route } from '../route'; export const getMe: Route = (app) => { handle(app, '/bot:token/getMe', (_req, res, _next) => { const result = { - username: 'Test Name', + username: 'TestNameBot', first_name: 'Test First name', id: 666, };