You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A command that gives you the response to a /say command in a user-only response (I can't remember the Discord terminology, one that only you can see).
Obviously don't dupe any code, abstract out the underlying logic /say uses into a separate function and have both call it. We probably don't want the feature where you can direct a /tell to another person though.
The text was updated successfully, but these errors were encountered:
A bot-spam channel would be useful for the public bot too. If you still want this command maybe we should group it with /say so its easier to find. We could also make the bot respond in DMs but then we have to change how commands are registered.
A command that gives you the response to a
/say
command in a user-only response (I can't remember the Discord terminology, one that only you can see).Obviously don't dupe any code, abstract out the underlying logic
/say
uses into a separate function and have both call it. We probably don't want the feature where you can direct a/tell
to another person though.The text was updated successfully, but these errors were encountered: