We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b8fef4 commit f89ed33Copy full SHA for f89ed33
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "stoat.js",
3
- "version": "7.3.2",
+ "version": "7.3.3",
4
"type": "module",
5
"exports": {
6
".": "./lib/index.js"
src/permissions/definitions.ts
@@ -126,7 +126,9 @@ export const DEFAULT_PERMISSION =
126
Permission.SendEmbeds +
127
Permission.UploadFiles +
128
Permission.Connect +
129
- Permission.Speak;
+ Permission.Speak +
130
+ Permission.Video +
131
+ Permission.Listen;
132
133
/**
134
* Permissions in saved messages channel
0 commit comments