aifordiscord-api
Version:
An advanced npm package for Discord bots providing AI-enhanced random content, memes, jokes, and utilities with comprehensive documentation.
25 lines • 854 B
TypeScript
/**
* External API integration service
*/
export declare class APIService {
private readonly baseTimeout;
fetchMeme(): Promise<any>;
fetchAdvice(): Promise<any>;
fetchNeko(): Promise<any>;
fetchJoke(): Promise<any>;
fetchAnimeImage(type: string): Promise<any>;
fetchFact(): Promise<any>;
fetchNPMInfo(packageName: string): Promise<any>;
fetchQuote(): Promise<any>;
fetchDogImage(): Promise<any>;
fetchCatImage(): Promise<any>;
fetchTrivia(category?: string, difficulty?: string): Promise<any>;
fetchRandomColor(): Promise<any>;
fetchGitHubUser(username: string): Promise<any>;
fetchInsult(): Promise<any>;
fetchCompliment(): Promise<any>;
fetchAffirmation(): Promise<any>;
fetchDadJoke(): Promise<any>;
fetchChuckNorrisJoke(): Promise<any>;
}
//# sourceMappingURL=api.d.ts.map