Remove useless else thing
This commit is contained in:
parent
a2467ce453
commit
0808322a2d
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ module.exports = {
|
|||
client.user.setActivity(presenceText.replace(regex, globalPrefix), { type: presenceType });
|
||||
savePresence(presenceType, presenceText);
|
||||
message.channel.send("Updated presence.")
|
||||
}else return;
|
||||
}
|
||||
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue