DarkGuy10 / BotClient

A discord botclient built with Electron, React and discord.js.
MIT License
182 stars 17 forks source link

Feature: Copy IDs of various resources #54

Closed thegu5 closed 1 year ago

thegu5 commented 1 year ago

Issue checklist

Feature description

I'd love to have a method to copy the ids of things such as servers, users, and messaages (links not ids).

Ideal solution or implementation

Have a context menu on right-click, with 'Copy ID' as an option.

Alternate solution or implementation

If a context menu isn't possible, then right-clicking could copy to clipboard and send a notification.

Additional information

No response

DarkGuy10 commented 1 year ago

Context menu API has been added and will be implemented along the line with servers and users too.