mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 21:12:06 +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() {
|
||||
return !!this.server;
|
||||
return !this.server;
|
||||
}
|
||||
|
||||
delete(){
|
||||
|
|
|
|||
Loading…
Reference in a new issue