Skip to content

A Powercord plug-in that appends a new action button, "Copy DM Channel ID", under the contextual developer mode group that copies the channel ID of a DM ("Direct Message") when pressed; useful for experimental purposes and/or plug-in development.

License

Notifications You must be signed in to change notification settings

GriefMoDz/copy-dm-channel-id

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Copy DM Channel ID

A Powercord plug-in that appends a new action button—"Copy DM Channel ID"—under the contextual developer mode group that copies the channel ID of a DM ("Direct Message") when pressed; useful for experimental purposes and/or plug-in development.

Button Isolation

If you prefer to isolate the button to the "DM User Context Menu" you can type:

powercord.pluginManager.get('copy-dm-channel-id').setIsolated(true);

under your DevTools console (Ctrl + Shift + I). You can also reverse this by changing the value to false which will display it on any user context menu.

About

A Powercord plug-in that appends a new action button, "Copy DM Channel ID", under the contextual developer mode group that copies the channel ID of a DM ("Direct Message") when pressed; useful for experimental purposes and/or plug-in development.

Topics

Resources

License

Stars

Watchers

Forks