mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
chore: upgrade deps
This commit is contained in:
@@ -67,7 +67,7 @@ if (options.custom) {
|
||||
const categoryId = category.id ?? category.name.toLowerCase();
|
||||
const dir = join(customDir, category.path ?? categoryId);
|
||||
custom[categoryId] = {
|
||||
name: category.name || category.id,
|
||||
name: category.name || category.id!,
|
||||
files: {},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user