1.0.0 • Published 6 years ago

hubot-discord-permissions v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

hubot-discord-permissions

Want to know what havoc your Hubot can wreck? Output the permissions of your Discord Hubot to the console!

For every guild your Hubot is a member of, the script will output your Hubot's associated permissions in the format of Discord's OAuth permission selection screen.

Because this is specifically for Discord, you'll need the hubot-discord adapter. Otherwise, the script will do nothing.

Installation

In hubot project repo, run:

npm install hubot-discord-permissions --save

Then add hubot-discord-permissions to your external-scripts.json:

[
  "hubot-discord-permissions"
]

NPM Module

https://www.npmjs.com/package/hubot-discord-permissions

1.0.0

6 years ago