Discord: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 16: | Line 16: | ||
* [https://discord.gg/cBefq72kta NYCResistor Discord]: The discord of [[NYCResistor]]. | * [https://discord.gg/cBefq72kta NYCResistor Discord]: The discord of [[NYCResistor]]. | ||
== Other | == Other Discord servers == | ||
If you want to join an uwu discord server, you can join it here: https://discordserverlists.com/uwu-discord/ | 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 is''not'' encrypted | |||
* 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 | |||
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 | Also testing https://www.npmjs.com/package/discord-irc as a bot to connect #noisebridge (irc.hackint.org) to noisebridge discord #irc | ||
Revision as of 05:42, 7 April 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 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.
|
Join our Discord
Click this link to join.
You'll find a #hackitorium channel for general chatting.
Other Hackerspace Discords
- NYCResistor Discord: The discord of NYCResistor.
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 [https://www.noisebridge.net/wiki/Discord
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"
}
}
]