Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rojvv committed Apr 11, 2024
1 parent dd92fdd commit 025b8c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Deno Deploy, Cloudflare Workers, and more.

### `connect()` and `authorize()`

The [`Client`] class of this module does not have these methods, since it is
The `Client` class of this module does not have these methods, since it is
neither required to make a connection initially, nor to authorize.

### Telegram API Calls
Expand Down
1 change: 1 addition & 0 deletions client/deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
*/

export { unreachable } from "https://deno.land/[email protected]/assert/unreachable.ts";
export { unimplemented } from "https://deno.land/[email protected]/assert/unimplemented.ts";

export type {
BotCommand,
Expand Down
1 change: 1 addition & 0 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 025b8c6

Please sign in to comment.