Discord: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
Donpinkus (talk | contribs)
No edit summary
Donpinkus (talk | contribs)
Deleted out-dated invite link
Line 1: Line 1:
{{Channels}}
{{Channels}}


Discord is great for continuous voice, video, screen sharing, and live streaming conversations.<br>
Discord is great for continuous voice, video, screen sharing, and live streaming conversations.
'''[https://discord.gg/GSaPj3Zw|NEW NOISEBRIDGE DISCORD SERVER INVITE LINK]'''


== Join our Discord ==
== Join our Discord ==

Revision as of 13:34, 1 January 2022

Noisebridge | About | Visit | 272 | Manual | Contact | Guilds | Stuff | Events | Projects | Meetings | Donate E
Communications Channels | Wiki | Discord | Slack (by invitation) | Jitsi | Pad | Meetup | Github | VR | 5MoF | YouTube | Blog | Zine | Contacts | Guestbook | BBS V ·T · E

Discord is great for continuous voice, video, screen sharing, and live streaming conversations.

Join our Discord

Click this link to join.

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

Other communication channels

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

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"
    }
  }
]