Skip to content

Commit

Permalink
update import
Browse files Browse the repository at this point in the history
  • Loading branch information
userXinos committed May 16, 2024
1 parent fb958b6 commit eef2083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/compendium.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Compendium as Client1 } from 'bot_client';
import { Compendium as Client2 } from '../bot_client2';
import { Compendium as Client2 } from 'bot_client2';

const clients = [Client1, Client2];

Expand Down

0 comments on commit eef2083

Please sign in to comment.