Skip to content

Commit

Permalink
Updated Used libs
Browse files Browse the repository at this point in the history
  • Loading branch information
HeeroML authored Jul 26, 2022
1 parent 51dbbee commit 85b5c72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deps.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export * from "https://deno.land/x/grammy@v1.6.1/mod.ts";
export * from "https://deno.land/x/grammy@v1.9.2/mod.ts";
export { serve } from "https://deno.land/std@0.120.0/http/server.ts";
export { escapeHtml } from "https://deno.land/x/escape@1.4.0/mod.ts";
export { apiThrottler } from "https://deno.land/x/grammy_transformer_throttler@v1.0.1/mod.ts";
export { escapeHtml } from "https://deno.land/x/escape@1.4.2/mod.ts";
export { apiThrottler } from "https://deno.land/x/grammy_transformer_throttler@v1.1.2/mod.ts";

0 comments on commit 85b5c72

Please sign in to comment.