Discord: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Used more permanent link |
||
| Line 7: | Line 7: | ||
Experimenting with Discord (https://discordapp.com) as a public chat forum for the Noisebridge. | Experimenting with Discord (https://discordapp.com) as a public chat forum for the Noisebridge. | ||
Click this link to join https://discord.gg/ | Click this link to join https://discord.gg/3NFncdxufQ and try it out. | ||
You'll find a #hackitorium channel for general chatting. | You'll find a #hackitorium channel for general chatting. | ||
Revision as of 09:16, 22 September 2021
| 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. |
Experimenting with Discord (https://discordapp.com) as a public chat forum for the Noisebridge.
Click this link to join https://discord.gg/3NFncdxufQ 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"
}
}
]