Skip to content

Commit

Permalink
Update src/lib/parsers/Args.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Jeroen Claassens <jeroen.claassens@live.nl>
  • Loading branch information
BenSegal855 and favna committed Sep 20, 2022
1 parent a215cb0 commit e5aa462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/parsers/Args.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { ChannelTypes, GuildBasedChannelTypes } from '@sapphire/discord.js-utilities';
import { ArgumentStream, join, Parameter } from '@sapphire/lexure';
import { join, type ArgumentStream, type Parameter } from '@sapphire/lexure';
import { container } from '@sapphire/pieces';
import { Option, Result } from '@sapphire/result';
import type { Awaitable } from '@sapphire/utilities';
Expand Down

0 comments on commit e5aa462

Please sign in to comment.