KrazyDev

Results 6 comments of KrazyDev

To Do List (for me ig) - [x] Set Up Base - [x] Make A List Of Image Functions to make - [ ] Create `Filters` - [ ] sepia...

@ralphtheninja I am using v18, but the default export is not working for me. And for using the axios class itself, I did used it but its get function was...

hmm I see, seems like `default` is broken for node, I will try using `const axios = require('axios');` Edit: yes the above method words, So I think they need to...

yes, just save the id of that category and provide that category as a parent channel. for example ```js guild.channels.create("name",{ parent:guild.channels.cache.get("catgeory-id"); }) ```

Sorry mate, that library is no longer maintained and I can't even install it. So I will need to pass on this request. But don't worry I will still try...

oh sure dude, I will check this one out.