Error: Cannot find module '../configs/config.json'

This is happening in my index.js - but that line is in my index?

const { bot } = require('../configs/config.json');
image.png
Was this page helpful?