Discord: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
No edit summary
No edit summary
(6 intermediate revisions by 3 users not shown)
Line 2: Line 2:
{{headerbox}}
{{headerbox}}
<big>'''Discord''' is a multi-channel voice and chat application that is great for continuous voice, video, screen sharing, and live streaming conversations. At Noisebridge, we use it for most public conversation.
<big>'''Discord''' is a multi-channel voice and chat application that is great for continuous voice, video, screen sharing, and live streaming conversations. At Noisebridge, we use it for most public conversation.
*'''NOISEBRIDGE DISCORD SERVER JOIN LINK:''' [https://discord.gg/3NFncdxufQ https://discord.gg/3NFncdxufQ]  
 
'''NOISEBRIDGE DISCORD JOIN LINK:''' [https://discord.gg/NWAgs3zaMM https://discord.gg/NWAgs3zaMM]  
</big>
</big>
{{boxend}}
{{boxend}}
Line 9: Line 10:
== Join our Discord ==
== Join our Discord ==


'''Click [https://discord.gg/3NFncdxufQ this] link to join.'''
'''Click [https://discord.gg/NWAgs3zaMM this] link to join.'''


You'll find a #hackitorium channel for general chatting.
You'll find a #hackitorium channel for general chatting.
Line 24: Line 25:
* Discord is''not'' encrypted  
* Discord is''not'' encrypted  
* Discord collects and stores all your data for 2 years or more according to their [[https://discord.com/privacy  privacy policy].
* Discord collects and stores all your data for 2 years or more according to their [[https://discord.com/privacy  privacy policy].
* Read more about Discord on their [https://www.noisebridge.net/wiki/Discord
* Read more about Discord on their [https://www.noisebridge.net/wiki/Discord Discord Wikipedia page]
Discord Wikipedia page]


== Discord IRC Bridge Bot ==
== Discord IRC Bridge Bot ==

Revision as of 15:42, 23 October 2022

Noisebridge | About | Visit | 272 | Manual | Contact | Guilds | Resources | Events | Projects | 5MoF | Meetings | Donate | (Edit)
Communications Channels | Wiki | Discuss | Slack | Jitsi | Pad | Meetup | Discord | Trello | Github | IRC | VR | Twitter | 5MoF | YouTube | Blog | Zine | Contacts | Mailinglist | Guestbook | BBS | (Edit)

Discord is a multi-channel voice and chat application that is great for continuous voice, video, screen sharing, and live streaming conversations. At Noisebridge, we use it for most public conversation.

NOISEBRIDGE DISCORD JOIN LINK: https://discord.gg/NWAgs3zaMM


Join our Discord

Click this link to join.

You'll find a #hackitorium channel for general chatting.

Other Hackerspace Discords

Other Discord servers

If you want to join an uwu discord server, you can join it here: https://discordserverlists.com/uwu-discord/

Discord Weaknesses

  • Discord is closed-source
  • Discord isnot encrypted
  • Discord collects and stores all your data for 2 years or more according to their [privacy policy.
  • Read more about Discord on their Discord Wikipedia page

Discord IRC Bridge Bot

Also testing https://www.npmjs.com/package/discord-irc as a bot to connect #noisebridge (irc.hackint.org) to noisebridge discord #irc

You'll possibly see a x-discord-irc "bot" in a #irc channel, you can chat either in irc or discord and the messages will be relayed.

discord-irc (x-discord-irc "bot") config.js

[
  // Bot 1 (minimal configuration):
  {
    "nickname": "x-irc-discord",
    "server": "irc.hackint.org",
    "discordToken": "PRIVATE_DISCORD_BOT_TOKEN",
    "channelMapping": {
      "#irc": "#noisebridge"
    }
  }
]