When my bot is logging in, it is being prevented by this error below. I tried deleting my node_modules and reinstalling but the same thing happens. Obviously the error can't be in the framework, any idea how I can get past this? error:
2022-12-07 16:46:11 - ERROR - TypeError: piece.aliases is not iterable2022-12-07 16:46:11 - ERROR - at CommandStore.insert (/Users/whacktop/Engrimoore/Beholder/node_modules/@sapphire/pieces/dist/lib/structures/AliasStore.js:58:33)2022-12-07 16:46:11 - ERROR - at CommandStore.loadAll (/Users/whacktop/Engrimoore/Beholder/node_modules/@sapphire/pieces/dist/lib/structures/Store.js:139:24)2022-12-07 16:46:11 - ERROR - at async CommandStore.loadAll (/Users/whacktop/Engrimoore/Beholder/node_modules/@sapphire/framework/dist/lib/structures/CommandStore.js:38:5)2022-12-07 16:46:11 - ERROR - at async Promise.all (index 1)2022-12-07 16:46:11 - ERROR - at async BeholderClient.login (/Users/whacktop/Engrimoore/Beholder/node_modules/@sapphire/framework/dist/lib/SapphireClient.js:65:5)
2022-12-07 16:46:11 - ERROR - TypeError: piece.aliases is not iterable2022-12-07 16:46:11 - ERROR - at CommandStore.insert (/Users/whacktop/Engrimoore/Beholder/node_modules/@sapphire/pieces/dist/lib/structures/AliasStore.js:58:33)2022-12-07 16:46:11 - ERROR - at CommandStore.loadAll (/Users/whacktop/Engrimoore/Beholder/node_modules/@sapphire/pieces/dist/lib/structures/Store.js:139:24)2022-12-07 16:46:11 - ERROR - at async CommandStore.loadAll (/Users/whacktop/Engrimoore/Beholder/node_modules/@sapphire/framework/dist/lib/structures/CommandStore.js:38:5)2022-12-07 16:46:11 - ERROR - at async Promise.all (index 1)2022-12-07 16:46:11 - ERROR - at async BeholderClient.login (/Users/whacktop/Engrimoore/Beholder/node_modules/@sapphire/framework/dist/lib/SapphireClient.js:65:5)