This commit is contained in:
dlinux-host 2024-10-03 12:23:39 -04:00
parent 32e8d37aec
commit 7e8a0f2968

View File

@ -242,7 +242,7 @@ client.on('interactionCreate', async interaction => {
}); });
if (!sshSurfID) { if (!sshSurfID) {
return sendSexyEmbed("Error", "User not found in the database.", interaction); return sendSexyEmbed("Error", "User not found in the database.\nJoin our server to gain access: https://join.discord-linux.com", interaction);
} }
// Handle privacy toggle command // Handle privacy toggle command