Appearance
Discord
Discord is a communication platform designed for creating communities ranging from gamers to education and businesses. It offers a wide array of communication tools including voice calls, video calls, text messaging, media and files sharing, which are organized in servers (both public and private) and channels dedicated to various topics. Mation enables you to send a message to specific Discord channel.
Key Features of Discord:
- Servers and Channels: Users can create or join servers, which are like individual community hubs, each with its own members, rules, and channels. Channels within servers can be text-based or voice-based for different conversation topics or purposes.
- Voice and Video Communication: Discord supports voice channels for real-time voice chat and has video conferencing capabilities, as well as screen sharing.
- Direct Messages: Users can send private messages to other users and create private group chats outside of servers.
- Roles and Permissions: Server administrators can assign roles to members with specific permissions, controlling who can access certain channels or execute commands.
- Bots: Discord allows the integration of bots that can automate tasks, manage servers, provide entertainment, and much more.
- Customization: Users can customize their profile, and server admins can customize their servers with different text and voice channels, roles, permissions, and server-specific emojis.
- Cross-platform: Discord is available as a web app, desktop app (for Windows, macOS, Linux), and mobile app (for iOS and Android), allowing users to stay connected from anywhere.
- Streaming and Integration: Users can stream games or other content directly in Discord and integrate with other services like Twitch or Spotify.
- Security and Privacy: Discord offers various privacy and security settings, including two-factor authentication (2FA) and the ability to control friend requests and direct messages.
Discord has become particularly popular among gamers for its robust features that support gaming communities, but it's also used by a wide variety of other groups for general communication and organization purposes. It has grown to be a favored platform for virtual events, study groups, fan clubs, and even professional workspaces.
Action:
Send a message to a specific channel.
Connect with Discord:
- Log in to your Discord account.
- Click the link and then click the New Application button on Discord Developer Portal.
- Fill in the Name field and check the checkbox.
- Click the Create button.
- Name your app and click the Save Changes button.
- Navigate to OAuth2 > General page.
- Copy the
Client ID
and save it for future use. - Click the Reset Secret button to obtain the initial client secret, and then copy it for future use.
- Click the Add Redirect button to define a redirect URI.
- Go to Mation and navigate to My Apps and Add a new connection choosing Discord from the list.
- Copy the
OAuth Redirect URL
from Mation, paste it into theRedirect
field on Discord, and then click the Save Changes button. - Go to the Bot page on Discord.
- Click the Reset Token button to generate the initial bot token, and then copy it for future use.
- Acknowledge the warning and click the Yes, do it! button.
- Go to Mation and fill in the
Consumer key
field with theClient ID
value you copied earlier. - Fill in the
Consumer secret
field with theClient Secret
value you copied earlier. - Fill in the
Bot token
field with theBot Token
value you copied earlier. - Click the Submit button on Mation.
- A pop-up window appears. Choose a server and click the Continue button.
- Scroll down all the way and click the Authorize button at the bottom of the pop-up window.
- The connection with Discord is now established.
- Start using your new Discord connection with Mation.