Difference between revisions of "Discord"
(→Pages) |
(→Links) |
||
Line 36: | Line 36: | ||
** '''2020-04-17''' [https://blog.discord.com/the-future-of-bots-on-discord-4e6e050ab52e The Future of Bots on Discord] | ** '''2020-04-17''' [https://blog.discord.com/the-future-of-bots-on-discord-4e6e050ab52e The Future of Bots on Discord] | ||
** '''2017-09-09''' [https://blog.discordapp.com/parents-guide-to-discord-c77d91793e9c Parent’s Guide to Discord] | ** '''2017-09-09''' [https://blog.discordapp.com/parents-guide-to-discord-c77d91793e9c Parent’s Guide to Discord] | ||
− | + | ===Guides=== | |
+ | * '''2022-10-20''' [https://www.wired.com/story/how-to-use-discord/ How to Use Discord: A Beginner’s Guide] | ||
===Discussion=== | ===Discussion=== | ||
* '''2020-06-06''' [https://cadence.moe/blog/2020-06-06-fuckdiscord #FuckDiscord] ([https://catgirl.science/notice/9voLqI3OMubYN6s9Kq via]): very articulate mostly-lay explanation of some deep problems with the whole product | * '''2020-06-06''' [https://cadence.moe/blog/2020-06-06-fuckdiscord #FuckDiscord] ([https://catgirl.science/notice/9voLqI3OMubYN6s9Kq via]): very articulate mostly-lay explanation of some deep problems with the whole product | ||
===News=== | ===News=== | ||
* '''2022-07-05''' [https://piunikaweb.com/2022/07/05/discord-shaming-server-invite-scam-heres-what-you-need-to-know/ Discord 'shaming server' invite scam: Here's what you need to know] | * '''2022-07-05''' [https://piunikaweb.com/2022/07/05/discord-shaming-server-invite-scam-heres-what-you-need-to-know/ Discord 'shaming server' invite scam: Here's what you need to know] |
Revision as of 13:32, 14 November 2023
About
Discord is a multimedia realtime chat web service and application for desktop and mobile. It is comparable to Slack, with one major difference being that users identify against a central server rather than individual servers. This allows for user interaction (DMs) outside of the context of a particular server, and also discovery of what servers and friends you share with others.
Pages
- /alternatives
- /API: writing software to interact with Discord
- /bots: there are a lot of bots available for extending Discord functionality
- /how to/crown: a beginner's guide to giving someone else admin powers on your Discord server
- /formatting
- /logging
user/group security
This applies only within Servers (Guilds); DMs, even when multiple people are included, have essentially no security controls.
The security management is fairly sophisticated. Channels can be restricted to selected individuals or "roles" (which are essentially security groups). Channels can also be grouped into "categories", which can be given their own security settings which then become defaults for the channels they contain. The permissions which are assignable to individuals or roles are quite fine-grained.
comparison to IRC
Discord is GUI-oriented rather than text-oriented; almost everything except actual messages is done via menus, icons, and other graphical interface elements, though there are a few text commands.
Some of the graphical elements supported:
- limited rich text formatting: bold, italics,
strikethrough - avatars for users and servers/guilds
- emoji, both inline and as reactions to posts (aka reactji).
Other users can click on already-posted reactji, and Discord will display the number of people who clicked (and their usernames in the hover-over). This can be used for practical things like polling, as well as just expressing feelings about something without interrupting the conversation.
Links
Official
- home page
- Requesting a Copy of your Data
- 2020-06-18 Discord System Messages
- 2020-04-17 The Future of Bots on Discord
- 2017-09-09 Parent’s Guide to Discord
Guides
- 2022-10-20 How to Use Discord: A Beginner’s Guide
Discussion
- 2020-06-06 #FuckDiscord (via): very articulate mostly-lay explanation of some deep problems with the whole product