diff --git a/commands/profile.js b/commands/profile.js index 70b62b9..6f04311 100644 --- a/commands/profile.js +++ b/commands/profile.js @@ -23,7 +23,7 @@ module.exports = { let profile = await user.getProfile(); - let customStatus = profile.customStatus; + let customStatus = profile.customStatus ? profile.customStatus : "A Band Bot user"; customStatus = customStatus.replace(/(.{0,40}[\s])/g, '$1');