Upload case.js
Browse files
case.js
CHANGED
@@ -3953,7 +3953,7 @@ case 'npmstalk': case 'npmcheck': {
|
|
3953 |
break;
|
3954 |
}
|
3955 |
case 'wachannel': {
|
3956 |
-
if (!q) return reply("❌ Please provide a WhatsApp Channel link.\n\nExample: .wachannel ")
|
3957 |
|
3958 |
await loading();
|
3959 |
let apiUrl = `https://api-xx-xi.hf.space/api/wachannel?url=${encodeURIComponent(q)}`;
|
|
|
3953 |
break;
|
3954 |
}
|
3955 |
case 'wachannel': {
|
3956 |
+
if (!q) return reply("❌ Please provide a WhatsApp Channel link.\n\nExample: .wachannel <link>");
|
3957 |
|
3958 |
await loading();
|
3959 |
let apiUrl = `https://api-xx-xi.hf.space/api/wachannel?url=${encodeURIComponent(q)}`;
|