choco-bot
Version: 
Whatsapp-bot
81 lines (78 loc) • 1.61 kB
Plain Text
/*if (message.startsWith('.quote')){
  const apiKey = 'W2HP/0E0FoKs+JmQ0TcBcw==qUJf0UOBSwXLoUZO'; // Replace with your actual API key
  const baseUrl = 'https://api.api-ninjas.com/v1/quotes?category='; // Replace with the API's base URL
  const availableCategories = [
      'age',
      'alone',
      'amazing',
      'anger',
      'architecture',
      'art',
      'attitude',
      'beauty',
      'best',
      'birthday',
      'business',
      'car',
      'change',
      'communications',
      'computers',
      'cool',
      'courage',
      'dad',
      'dating',
      'death',
      'design',
      'dreams',
      'education',
      'environmental',
      'equality',
      'experience',
      'failure',
      'faith',
      'family',
      'famous',
      'fear',
      'fitness',
      'food',
      'forgiveness',
      'freedom',
      'friendship',
      'funny',
      'future',
      'god',
      'good',
      'government',
      'graduation',
      'great',
      'happiness',
      'health',
      'history',
      'home',
      'hope',
      'humor',
      'imagination',
      'inspirational',
      'intelligence',
      'jealousy',
      'knowledge',
      'leadership',
      'learning',
      'legal',
      'life',
      'love',
      'marriage',
      'medical',
      'men',
      'mom',
      'money',
      'morning',
      'movies',
      'success',
    ];
    if (message.length == 6){
      var lololo = message;
    } else {
      var lololo = message.slice(7)
    }
    
  
    
}*/