Benjamin Nguyen
Benjamin Nguyen
### Which package is this bug report for? voice ### Issue description Inconsistently, joinVoiceChannel() will throw error: TypeError: Cannot read properties of undefined (reading 'status') at Object.sendPayload at createVoiceConnection at...
What is the purpose of this change? What does it change? -------------------------------------------------------- Fixes docker-compose.yml in compose-with-grafana example. Latest prometheus image needs to be provided a directory containing the prometheus.yml file....
This is my proposal to refactor the extension system (and tags as a whole): I've found this way of handling and working with extensions to be a much easier developer...
version: next ```js const item = Item("due:0") // "due:0" item.removeExtension("due", "0") // "due:" ``` May need to reconsider how extensions work in general. It is the only part of this...