Skip to content

Commit

Permalink
world injection no longer needs a default export
Browse files Browse the repository at this point in the history
  • Loading branch information
HexaField committed Feb 15, 2024
1 parent d9d4635 commit b31f65d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions injectBotModule.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { BotHookSystem } from './src/functions/BotHookSystem'

const systems = [BotHookSystem]
export default async function injectBotModule() {}
export const systems = [BotHookSystem]

0 comments on commit b31f65d

Please sign in to comment.