← back to browse
goat command

hug

๐Ÿค— Send a hug animation with the person you reply to

5
views
0
likes
5
installs

Aliases: xdis

raw source
module.exports = {
  config: {
    name: "hug",
    aliases: ["xdis"],
    version: "1.2",
    author: "rX",
    role: 0,
    description: "๐Ÿค— Send a hug animation with the person you reply to",
    category: "fun",
    guide: "Reply to someone's message with: hug"
  },
  onStart: async () => {},
  onLoad: () => {}
};

View raw file