Skip to content

Commit

Permalink
remove incredibly outdated colors file
Browse files Browse the repository at this point in the history
  • Loading branch information
3vorp committed Oct 24, 2023
1 parent 5e6c508 commit f9cf031
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 31 deletions.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const settings = require('./resources/settings.json')
const { default: axios } = require('axios');

// fetch settings from the API
const SETTINGS_PATH = path.join(path.join(process.cwd(), 'resources/'), 'settings.json')
const SETTINGS_PATH = path.join(process.cwd(), 'resources/', 'settings.json')

if(!process.env.NO_REFRESH || process.env.NO_REFRESH !== 'true') {
const fetchSettings = () => {
Expand Down
30 changes: 0 additions & 30 deletions resources/colors.js

This file was deleted.

0 comments on commit f9cf031

Please sign in to comment.