#How To Send Private Message Via Discord Tag

1 messages · Page 1 of 1 (latest)

reef bear
#

I Wantto Add A Command Like /dm vector#1234 hi that will Dm username vector#1234 but i cant make it any helps out there?

dry spruce
#

bots can't really request users via their tag. furthermore, bots can only DM users that they share servers with which in turn means that any use of such a command would likely be between users that share a server anyways.
also, this seems like it would just be used to circumvent blocks

naive viper
#
  1. Gonna ask you to remove the abhorrent reaction on this post; it's very disorienting
  2. For slash commands, simply take a DiscordUser argument, and try to get a member from the guild (e.g. DiscordGuild#GetMember(user.Id)