mirror of
https://github.com/SrIzan10/Recluse-Bot.git
synced 2026-05-01 10:55:24 +00:00
Create gay.js
This commit is contained in:
17
commands/image manipulation/gay.js
Normal file
17
commands/image manipulation/gay.js
Normal file
@@ -0,0 +1,17 @@
|
||||
const Color = "RANDOM", Random = require("srod-v2");
|
||||
const Discord = require("discord.js");
|
||||
|
||||
module.exports = {
|
||||
name: "gay",
|
||||
aliases: [],
|
||||
category: "Image",
|
||||
description: "Return A Gay Image!",
|
||||
usage: "Gay | <Mention Or ID>",
|
||||
run: async (client, message, args) => {
|
||||
|
||||
const Member = message.mentions.members.first() || message.guild.members.cache.get(args[0]) || message.member;
|
||||
const Data = await Random.Gay({ Image: Member.user.displayAvatarURL({ format: "png" }), Color: Color });
|
||||
|
||||
return message.channel.send(Data);
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user