mirror of
https://github.com/danbulant/discord.js
synced 2026-06-08 09:13:22 +00:00
Saddening typo
This commit is contained in:
parent
de19475ae0
commit
2157e0b682
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ export default class Channel extends Equality {
|
||||||
}
|
}
|
||||||
|
|
||||||
get isPrivate() {
|
get isPrivate() {
|
||||||
return !!this.server;
|
return !this.server;
|
||||||
}
|
}
|
||||||
|
|
||||||
delete(){
|
delete(){
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue