Fix formatting
This commit is contained in:
parent
1eeb0976f9
commit
be673a9fad
1 changed files with 5 additions and 6 deletions
|
@ -27,7 +27,6 @@ module.exports = {
|
||||||
if(presenceType === "INVALID"){
|
if(presenceType === "INVALID"){
|
||||||
sendText = "Invalid presence type";
|
sendText = "Invalid presence type";
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
const firstArg = args[0].length + 1;
|
const firstArg = args[0].length + 1;
|
||||||
let temp = args.join(" ");
|
let temp = args.join(" ");
|
||||||
let presenceText = temp.slice(firstArg, temp.length)
|
let presenceText = temp.slice(firstArg, temp.length)
|
||||||
|
|
Loading…
Add table
Reference in a new issue