errbotio / err-backend-discord

Backend for Discord for Errbot
GNU General Public License v3.0
23 stars 21 forks source link

build_identifier should take id #15

Closed shuhaowu closed 3 years ago

shuhaowu commented 6 years ago

Sending messages to a room with multiple servers could be confusing without using id or server name.

In fact, sending to anyone specific would be more convenient with the ID that discord gives you.

Djiit commented 6 years ago

Hi there,

Do you have a concrete use case ? I'm not sure to get the point of sending a message to a room with multiple servers. Do you mean a server with multiple rooms ?

shuhaowu commented 6 years ago

If your bot is in multiple servers and they have rooms with the same name, such as #general.

build_identifier("#general") is ambiguous afaict.

nzlosh commented 3 years ago

Feature added in #45