Skip to content

Commit

Permalink
fix: possible fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mxvsh committed Jul 15, 2021
1 parent e858835 commit 850476f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/modules/code/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { Context } from "telegraf";
import axios from "axios";
import stripAnsi from "strip-ansi";

const stripAnsi = require("strip-ansi");

import meta from "./meta";

Expand Down

0 comments on commit 850476f

Please sign in to comment.