Discord Services Discord Services 5 — Questions and Answers
Question 1: What is Discord's 'Activities' feature within voice channels?
- A log of all past voice channel events
- Built-in mini-apps like games and watch parties that members can launch together inside a voice channel (Correct answer)
- A scheduler for future server events
- A plugin system for third-party apps
Correct answer: Built-in mini-apps like games and watch parties that members can launch together inside a voice channel
Activities are embedded apps (e.g., Watch Together, Poker Night, Sketch Heads) that Discord users can launch and play together inside voice channels.
Question 2: What is the primary function of Discord's 'Announcement Channels'?
- To restrict who can read server news
- To allow other servers to follow and receive cross-posted messages from that channel (Correct answer)
- To schedule timed messages for the future
- To pin important messages permanently
Correct answer: To allow other servers to follow and receive cross-posted messages from that channel
Announcement Channels let community servers publish messages that other servers can 'follow,' causing the posts to appear in their own channels automatically.
Question 3: What does 'Discord's Developer Mode' allow users to see?
- Hidden beta features not released to the public
- A special debug console for Discord errors
- Copy IDs for users, channels, messages, and servers by right-clicking them (Correct answer)
- Source code for Discord's web app
Correct answer: Copy IDs for users, channels, messages, and servers by right-clicking them
Developer Mode adds a 'Copy ID' option to right-click context menus, making it easy to get numeric IDs needed for bot development and API calls.
Question 4: What happens when a Discord bot exceeds its rate limit?
- The bot is permanently banned from Discord's API
- The bot's token is automatically rotated
- Discord returns a 429 Too Many Requests response and the bot must wait before retrying (Correct answer)
- The bot is silently placed in a queue with no error
Correct answer: Discord returns a 429 Too Many Requests response and the bot must wait before retrying
Discord's API enforces per-route rate limits and returns HTTP 429 with a retry_after value when exceeded; well-behaved bots respect this delay.
Question 5: What is the purpose of Discord's 'Server Templates'?
- Pre-built bots that auto-configure a server
- A shareable snapshot of a server's channel structure and settings that others can clone (Correct answer)
- A theme system for changing a server's visual appearance
- Preset moderation rules that apply to new servers
Correct answer: A shareable snapshot of a server's channel structure and settings that others can clone
Server Templates let admins export their server's channel layout, categories, and roles as a shareable link that others can use to instantly clone that structure.
Question 6: Which Discord feature allows admins to require new members to agree to rules before gaining full server access?
- Verification Gate
- Membership Screening (Correct answer)
- Role Lock
- Community Onboarding Gate
Correct answer: Membership Screening
Membership Screening requires new joiners to read and accept server rules before they can send messages or access most channels.
Question 7: What does Discord's 'Priority Speaker' permission allow a user to do in a voice channel?
- Speak louder than other users by default
- Automatically mute all other speakers when they activate their mic (Correct answer)
- Get lower audio latency than other members
- Override the channel's user limit to join when it's full
Correct answer: Automatically mute all other speakers when they activate their mic
Priority Speaker causes Discord to automatically lower the volume of other speakers when that person talks, making them easier to hear in large voice sessions.
What is Discord's 'Activities' feature within voice channels?