 Why browser version doesnt contain .extend method? It easily make package incompatible with the browser/serverless (Related https://github.com/gramiojs/gramio/issues/10) As a workaround i switch from `.extend` to just `createDebugger('some:1:2:3')`
Why browser version doesnt contain .extend method? It easily make package incompatible with the browser/serverless (Related gramiojs/gramio#10)
As a workaround i switch from
.extendto justcreateDebugger('some:1:2:3')