-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add !crosspost/!crossposting command #32
base: main
Are you sure you want to change the base?
Conversation
This is an interim solution to something more automated like #17.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Besides that one comment, everything else looks great
features/commands.js
Outdated
embed: { | ||
title: "Crossposting", | ||
type: "rich", | ||
description: `Do not crosspost messages by copying and pasting them into multiple channels. This makes it harder to help you as discussions may be broken up into multiple channels, and takes more space from other users asking questions. Instead, post your message once to the channel you think is most relevant.`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe soften it a bit, be a little less specific.
description: `Do not crosspost messages by copying and pasting them into multiple channels. This makes it harder to help you as discussions may be broken up into multiple channels, and takes more space from other users asking questions. Instead, post your message once to the channel you think is most relevant.`, | |
description: `Please don't ask the same question in multiple channels. It makes it harder to help you by splitting the discussion into multiple places, and takes more space from other users asking questions. Instead, post your message once to the channel you think is most relevant.`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I prefer having a more generalized definition of crossposting involving posting messages in multiple channels. Asking a question in multiple channels is one form of crossposting, but I'd also like to use this for things like spamming, requests for feedback, notes, and duplicate links.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vcarl Thoughts on this? We can still soften the language but I think it's important to not only recommend against crossposting questions. I updated merge conflicts so otherwise this should be ready to merge.
Co-Authored-By: Carl Vitullo <[email protected]>
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@nickmccurdy why don't you merged this ??? |
Related to #15
This is an interim solution to something more automated like #17.