Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
Signed-off-by: Nikola R. Hristov <[email protected]>
  • Loading branch information
NikolaRHristov committed Apr 5, 2024
1 parent f8876c1 commit f8133c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Application/Discord.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
for (const { token, options, events } of (await import("../Option/DISCORD.js"))
for (const { token, options, events } of (await import("@Option/Discord.js"))
.default) {
if (!options) {
continue;
Expand Down
File renamed without changes.

0 comments on commit f8133c8

Please sign in to comment.