typo
This commit is contained in:
parent
6468281cf2
commit
be5ebc2747
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ class Channel extends SnowFlake{
|
||||||
obj.type={text: 0, voice: 2, announcement: 5, category: 4 }[obj.type as string]
|
obj.type={text: 0, voice: 2, announcement: 5, category: 4 }[obj.type as string]
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
const s1 = settings.addButton("Permisions");
|
const s1 = settings.addButton("Permissions");
|
||||||
s1.options.push(
|
s1.options.push(
|
||||||
new RoleList(
|
new RoleList(
|
||||||
this.permission_overwritesar,
|
this.permission_overwritesar,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue