Anogh297
Anogh297
Is there anyway to use it in colors like red and blue?
(node:1234) UnhandledPromiseRejectionWarning: TypeError: this.fetchUser is not a function at CommandoClient.once (/home/container/node_modules/discord.js-commando/src/client.js:84:11) at Object.onceWrapper (events.js:281:20) at CommandoClient.emit (events.js:198:15) at WebSocketManager.triggerClientReady (/home/container/node_modules/discord.js/src/client/websocket/WebSocketManager.js:431:17) at WebSocketManager.checkShardsReady (/home/container/node_modules/discord.js/src/client/websocket/WebSocketManager.js:415:10) at WebSocketShard.shard.on.unavailableGuilds (/home/container/node_modules/discord.js/src/client/websocket/WebSocketManager.js:197:14) at WebSocketShard.emit (events.js:193:13) at...
I'm trying to set tags to a m4a file but I keep getting `Argument null: ${name} was not provided`. It occurs when calling `myFile.save()` ```ts import { File } from...