Hopefully fix of bot crashing
This commit is contained in:
parent
b9a883c907
commit
6afeafcc0f
@ -69,7 +69,7 @@ module.exports = {
|
||||
//#endregion
|
||||
|
||||
if (statusPred === statusPo) return;
|
||||
const rolePred = getRole(statusPred, bef.guild);
|
||||
const rolePred = getRole(statusPred, aft.guild);
|
||||
const rolePo = getRole(statusPo, aft.guild);
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user