#Intent question- paginatedmessage

1 messages · Page 1 of 1 (latest)

meager crown
#

Does paginated message require any intents or am I fine with just app command and bot scope?

umbral roost
#

you need Guilds intent if you want the command to work in servers

meager crown
#

Thank you, that explains it. Is there a slash only one that would work without any intents?

#

For making an intent less bot and just relying on the payload supplied by the request

vernal slateBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

umbral roost
meager crown
#

Ah okay I see, I was thinking gateway but with no intents just with application intents

#

but it's not a problem for my use-case as I do want a gateway bot

umbral roost
#

you cannot have a gateway bot with no intents at all. You need at least guilds intent if you want the bot to be usable in servers

#

but do not confuse intents with privileged intents (message content, presence, etc)

#

the guild intent is entirely free to have and will work just fine for slashy only bots

#

I linked @brave abyss 's code after all

meager crown
#

yeah I understand, I will take a look at the code.

#

Thank you