mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-09-05 05:15:13 +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'
|
'select the option allow direct messages from server members'
|
||||||
).then(msg.channel.send(
|
).then(msg.channel.send(
|
||||||
'Please set your Discord Presence to Online to talk to the Bot!'
|
'Please set your Discord Presence to Online to talk to the Bot!'
|
||||||
);
|
)
|
||||||
);
|
);
|
||||||
return;
|
return;
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue