creesch / discordIRCd

A node.js script that allows you to connect to discord with your irc client.
Apache License 2.0
115 stars 21 forks source link

Give owner that luscious tilde #22

Open Scrxtchy opened 7 years ago

Scrxtchy commented 7 years ago

Guild owners are usually the creator, or have been transferred ownership,

Should be fetchable with discordClient.guilds.get(discordID).owner which returns the user as an object or with ownerID if you want their unique ID

creesch commented 7 years ago

I have been thinking about this a bit, assuming you mean by tilde the representation your irc client uses for operators?

Getting the owner is a start but ideally I would like to just display mods as ops, etc.

But due to roles and all that it is a rather complicated en devour to get this right.

Scrxtchy commented 7 years ago

I don't think discord have given users access to be able to see the permissions of each guild role, as they require the MANAGE_ROLES bit (0x10000000) in their own role