You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initially I wanted to start music but there was an error in the Play command which stated:
TypeError: Cannotreadpropertiesofundefined(reading'info')at/home/runner/Sora/src/commands/music/play.js:185:35atArray.map(<anonymous>)
at play (/home/runner/Sora/src/commands/music/play.js:185:22)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Object.interactionRun (/home/runner/Sora/src/commands/music/play.js:45:22)
at async Object.handleSlashCommand (/home/runner/Sora/src/handlers/command.js:140:7)```
The text was updated successfully, but these errors were encountered:
Initially I wanted to start music but there was an error in the Play command which stated:
The text was updated successfully, but these errors were encountered: