TravBot-v3/src/defs/petpet.d.ts
2021-05-17 17:24:54 +00:00

4 lines
113 B
TypeScript

declare module "pet-pet-gif" {
function petPetGif(image: string): Promise<Buffer>;
export = petPetGif;
}