linted files according to linter

This commit is contained in:
2025-11-08 21:09:55 -05:00
parent 7cf4a47a60
commit 52b8b60793
5 changed files with 3 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
// yoinked right from the guide
const { REST, Routes } = require('discord.js');
const { client, guildId, token } = require('./config.json');
const { client, token } = require('./config.json');
const fs = require('node:fs');
const path = require('node:path');