pR0Ps / slack-to-discord

Import a Slack export into a Discord server
https://pypi.org/project/slack-to-discord/
76 stars 11 forks source link

Clearly identify what `guild` is #20

Closed kubark42 closed 1 year ago

kubark42 commented 1 year ago

Great script, thanks for creating it!

It took me a while to figure out what a guild was, and what my argument to --guild should be. It wasn't even clear if guilds were a Slack or Discord concept. After some brief online searches, it turns out a "guild" is just Discord's official name for what absolutely everyone around me calls a "server". So since my new Discord community is eGliders, I used -- guild eGliders in the CLI.

It would be helpful if the README.md were a little clearer on this point, as I don't imagine I'm the only person who has never heard of a Discord guild before.