File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11import axios from "axios" ;
22import { Client } from "discord.js" ;
3- import { isDocker } from "../util" ;
3+ import { isDocker } from "../utils/ util" ;
44
55export default ( client : Client ) : void => {
66
@@ -11,7 +11,6 @@ export default (client: Client): void => {
1111 await axios . get (
1212 `https://${ process . env . UPTIME_KUMA_MONITOR_DOMAIN } /api/push/${ process . env . UPTIME_KUMA_MONITOR_ID } ?msg=OK&ping=${ client . ws . ping } `
1313 ) ;
14- console . log ( "ping anyways" )
1514 setTimeout ( updateStatus , 1000 * 60 ) ;
1615 } ;
1716 updateStatus ( ) . catch ( ( err ) => console . log ( err ) ) ;
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ import WOKCommands from "wokcommands";
44import path from "path" ;
55import chalk from "chalk" ;
66import dotenv from "dotenv" ;
7- import { isDocker } from "./util" ;
7+ import { isDocker } from "./utils/ util" ;
88
99// import custom modules
10- import { checkForRoles , checkIfCollectionsExist } from "./rolesOps " ;
10+ import { checkForRoles , checkIfCollectionsExist } from "./utils/roleUtils " ;
1111import { classModel } from "./models/classModel" ;
1212import { staffModel } from "./models/staffModel" ;
1313import { yearModel } from "./models/yearModel" ;
You can’t perform that action at this time.
0 commit comments