Discord

From Noisebridge
Revision as of 16:45, 12 September 2021 by Ray (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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 great for continuous voice, video, screen sharing, and live streaming conversations.
NOISEBRIDGE DISCORD SERVER INVITE LINK

Experimenting with Discord (https://discordapp.com) as a public chat forum for the Noisebridge.

Click this link to join https://discord.gg/GSaPj3Zw and try it out.

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


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