Moving options .json to config

This commit is contained in:
2023-03-14 19:21:01 +01:00
parent 4889ac1808
commit 5dc93f60ce
13 changed files with 30 additions and 21 deletions

View File

@@ -1,6 +1,6 @@
const fs = require('fs');
const path = require('path');
const { color } = require('../../options.json');
const { color } = require('../../config/options.json');
module.exports = {
name: 'guildapplicationdeny',