Skip to content

Commit

Permalink
Merge pull request #69 from madiele/patch-1
Browse files Browse the repository at this point in the history
make bot username botAPI copliant
  • Loading branch information
jehy committed Apr 4, 2022
2 parents eb76ef9 + 3990feb commit ee9bbbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/bot/getMe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
Expand Down

0 comments on commit ee9bbbb

Please sign in to comment.