Skip to content

Commit

Permalink
fix: import awaitable from tagscript
Browse files Browse the repository at this point in the history
  • Loading branch information
imranbarbhuiya committed Jul 31, 2022
1 parent 69c5d6f commit 19423d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/tagscript-plugin-discord/src/lib/Parsers/Embed.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { BaseParser, split, type Context, type IParser } from 'tagscript';
import { BaseParser, split, type Context, type IParser, type Awaitable } from 'tagscript';

import type { Awaitable, EmbedData, APIEmbed } from 'discord.js';
import type { EmbedData, APIEmbed } from 'discord.js';

/**
* An embed tag will send an embed in the tag response.
Expand Down

0 comments on commit 19423d0

Please sign in to comment.