mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-06-16 10:19:10 +00:00
fix(PresentationService): missed server reference on getPermissions call
This commit is contained in:
parent
535719b816
commit
f5374c2e5b
2 changed files with 2 additions and 2 deletions
|
@ -125,7 +125,7 @@ class DiscordService extends Service {
|
|||
}
|
||||
|
||||
if (!!guild.ownerid) {
|
||||
this.log.warn('Owner ID is null!', guild)
|
||||
this.log.warn('Owner ID is null!', guild, gm)
|
||||
}
|
||||
|
||||
const isOwner = !!guild.ownerid && guild.ownerid === gm.user.id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue