mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-08-23 17:47:27 +00:00
Fix#261:remove vars for purge.js
This commit is contained in:
parent
fe0ee6229a
commit
dc526adf1a
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ exports.purge = {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (hasPerms(msg)) {
|
if (hasPerms(msg)) {
|
||||||
let newamount = 0
|
let newamount = 0;
|
||||||
if (!suffix) {
|
if (!suffix) {
|
||||||
newamount = 2;
|
newamount = 2;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Reference in a new issue