Parcourir la source

Remove unneeded error

ghorsington il y a 4 ans
Parent
commit
3971061cca
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 2
      bot/src/main.ts

+ 0 - 2
bot/src/main.ts

@@ -163,8 +163,6 @@ async function main() {
         entities: DB_ENTITIES
     });
 
-    logger.error("Failed! Oh noes!");
-
     const commandsPath = path.resolve(path.dirname(module.filename), "commands");
     const files = fs.readdirSync(commandsPath);