Discord Services Discord Services MCQ 4 — Questions and Answers
Question 1: Which Discord gateway intent must bots explicitly request to receive message content?
- GUILD_MESSAGES
- MESSAGE_CONTENT (Correct answer)
- DIRECT_MESSAGES
- GUILD_MEMBERS
Correct answer: MESSAGE_CONTENT
Since August 2022, bots must enable the privileged MESSAGE_CONTENT intent to read the body of messages not directed at them.
Question 2: What is the character limit for a Discord username (not display name)?
- 16 characters
- 20 characters
- 32 characters (Correct answer)
- 64 characters
Correct answer: 32 characters
Discord usernames (the unique handle) can be up to 32 characters long under the new username system.
Question 3: Which Discord activity shows others what you are currently playing or doing?
- Status Message
- Rich Presence (Correct answer)
- Activity Feed
- Game Overlay
Correct answer: Rich Presence
Rich Presence is Discord's API feature that lets games and apps display detailed activity info on a user's profile.
Question 4: What does 'Deafen' do to a user in a Discord voice channel?
- Mutes their microphone
- Prevents them from hearing audio in the channel (Correct answer)
- Kicks them from the voice call
- Mutes them and prevents them from hearing
Correct answer: Prevents them from hearing audio in the channel
Deafening a user prevents them from hearing any audio in the voice channel, without affecting their ability to speak.
Question 5: Which Discord feature allows communities to create a welcome screen with channel descriptions for new members?
- Onboarding (Correct answer)
- Server Guide
- Welcome Gate
- Intro Channels
Correct answer: Onboarding
Discord Onboarding lets servers create a customized welcome flow where new members select interests and see recommended channels.
Question 6: What type of Discord application responds to slash commands without being in a server as a traditional bot?
- Webhook
- Interaction-only app (Correct answer)
- OAuth2 app
- Widget
Correct answer: Interaction-only app
Interaction-only apps respond to slash commands and component interactions via HTTP endpoints without requiring a gateway connection.
Question 7: Which embed field in a Discord bot message supports clickable hyperlinks?
- Title only
- Description and title (Correct answer)
- Footer only
- All text fields
Correct answer: Description and title
Discord embed titles and descriptions support Markdown hyperlinks, while other fields like footer do not render clickable links.
Which Discord gateway intent must bots explicitly request to receive message content?