mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-08-31 17:31:32 +00:00
Removed Unnecessary Semi-Colon
This commit is contained in:
parent
12776df4af
commit
f578c8a6f0
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ function checkMessageForCommand(msg, isEdit) {
|
|||
'select the option allow direct messages from server members'
|
||||
).then(msg.channel.send(
|
||||
'Please set your Discord Presence to Online to talk to the Bot!'
|
||||
);
|
||||
)
|
||||
);
|
||||
return;
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue