Discoverable servers support
Does D.JS support having a bot on a discoverable server without it actually being there? I mean it works with the API, but does it work in D.JS?
7 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!
- ✅
Marked as resolved by OPtbh I'm not entirely sure what you mean by 'having a bot on a server without it actually being there'
is it possible you're just referring to a bot being invited with only the
applications.commands
scope (without the bot
scope)?DJS doesn't has something like this implemented. I think you refer to the video of ntts?
I'm not sure what you mean by "works with the API" either
discord.js can be used to fetch the public information of a guild if it's public, but you can't put the bot on the server and have it respond to things
do you mean the preview option?
well, just remembered it, thats it
yep, i undestand, but perhaps is there a list of public information
yep
Client#fetchGuildPreview()
Obtains a guild preview from Discord, available for all guilds the bot is in and all Discoverable guilds.