Initialize module and get base level functionality operating
This commit is contained in:
parent
5741bc64e2
commit
cb3bc7c86c
7 changed files with 67 additions and 0 deletions
5
module/hooks/ready.mjs
Normal file
5
module/hooks/ready.mjs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import { Logger } from "../utils/Logger.mjs";
|
||||
|
||||
Hooks.on(`ready`, () => {
|
||||
Logger.log(`Version: ${__VERSION__}`);
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue