separt the two command
This commit is contained in:
		
							
								
								
									
										5
									
								
								.idea/.gitignore
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.idea/.gitignore
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -1,5 +0,0 @@
 | 
			
		||||
# Default ignored files
 | 
			
		||||
/shelf/
 | 
			
		||||
/workspace.xml
 | 
			
		||||
# Editor-based HTTP Client requests
 | 
			
		||||
/httpRequests/
 | 
			
		||||
							
								
								
									
										12
									
								
								.idea/1m04.iml
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										12
									
								
								.idea/1m04.iml
									
									
									
										generated
									
									
									
								
							@@ -1,12 +0,0 @@
 | 
			
		||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
			
		||||
<module type="WEB_MODULE" version="4">
 | 
			
		||||
  <component name="NewModuleRootManager">
 | 
			
		||||
    <content url="file://$MODULE_DIR$">
 | 
			
		||||
      <excludeFolder url="file://$MODULE_DIR$/.tmp" />
 | 
			
		||||
      <excludeFolder url="file://$MODULE_DIR$/temp" />
 | 
			
		||||
      <excludeFolder url="file://$MODULE_DIR$/tmp" />
 | 
			
		||||
    </content>
 | 
			
		||||
    <orderEntry type="inheritedJdk" />
 | 
			
		||||
    <orderEntry type="sourceFolder" forTests="false" />
 | 
			
		||||
  </component>
 | 
			
		||||
</module>
 | 
			
		||||
							
								
								
									
										6
									
								
								.idea/jsLibraryMappings.xml
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										6
									
								
								.idea/jsLibraryMappings.xml
									
									
									
										generated
									
									
									
								
							@@ -1,6 +0,0 @@
 | 
			
		||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
			
		||||
<project version="4">
 | 
			
		||||
  <component name="JavaScriptLibraryMappings">
 | 
			
		||||
    <includedPredefinedLibrary name="Node.js Core" />
 | 
			
		||||
  </component>
 | 
			
		||||
</project>
 | 
			
		||||
							
								
								
									
										8
									
								
								.idea/modules.xml
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										8
									
								
								.idea/modules.xml
									
									
									
										generated
									
									
									
								
							@@ -1,8 +0,0 @@
 | 
			
		||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
			
		||||
<project version="4">
 | 
			
		||||
  <component name="ProjectModuleManager">
 | 
			
		||||
    <modules>
 | 
			
		||||
      <module fileurl="file://$PROJECT_DIR$/.idea/1m04.iml" filepath="$PROJECT_DIR$/.idea/1m04.iml" />
 | 
			
		||||
    </modules>
 | 
			
		||||
  </component>
 | 
			
		||||
</project>
 | 
			
		||||
							
								
								
									
										6
									
								
								.idea/vcs.xml
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										6
									
								
								.idea/vcs.xml
									
									
									
										generated
									
									
									
								
							@@ -1,6 +0,0 @@
 | 
			
		||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
			
		||||
<project version="4">
 | 
			
		||||
  <component name="VcsDirectoryMappings">
 | 
			
		||||
    <mapping directory="$PROJECT_DIR$" vcs="Git" />
 | 
			
		||||
  </component>
 | 
			
		||||
</project>
 | 
			
		||||
							
								
								
									
										58
									
								
								commands/femboy.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										58
									
								
								commands/femboy.js
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,58 @@
 | 
			
		||||
import { SlashCommandBuilder} from "discord.js";
 | 
			
		||||
 | 
			
		||||
export const data = new SlashCommandBuilder()
 | 
			
		||||
    .setName('femboy')
 | 
			
		||||
    .setDescription('femboy penis porno')
 | 
			
		||||
export async function execute(interaction, defer=false) {
 | 
			
		||||
    if (!defer) await interaction.deferReply()
 | 
			
		||||
    if (interaction.channel.nsfw) {
 | 
			
		||||
 | 
			
		||||
        const options = {
 | 
			
		||||
            method: 'GET',
 | 
			
		||||
            headers: {cookie: '__ddg1_=Go9PkjVipnvcmvVee5Qq', 'User-Agent': 'insomnia/8.5.1'}
 | 
			
		||||
        };
 | 
			
		||||
 | 
			
		||||
        const userList = [
 | 
			
		||||
            "f1nn5ter",
 | 
			
		||||
            "kianavi",
 | 
			
		||||
            "itspurplebitch",
 | 
			
		||||
            "averyellisxo",
 | 
			
		||||
            "astolfitoliz",
 | 
			
		||||
            "trappy-chan",
 | 
			
		||||
            "trappybae",
 | 
			
		||||
            "ickyy",
 | 
			
		||||
        ]
 | 
			
		||||
 | 
			
		||||
        const userListIndex = Math.floor(Math.random() * userList.length)
 | 
			
		||||
 | 
			
		||||
        const getLink = await fetch(`https://coomer.party/api/v1/onlyfans/user/${userList[userListIndex]}`, options)
 | 
			
		||||
            .then(response => response.json())
 | 
			
		||||
            .then(response => {
 | 
			
		||||
                let i = Math.floor(Math.random() * response.length)
 | 
			
		||||
                let ip = Math.floor(Math.random() * response[i].attachments.length)
 | 
			
		||||
                if (response.length === 0 || response[i].attachments.length === 0) {
 | 
			
		||||
                    return null
 | 
			
		||||
                }
 | 
			
		||||
                return "https://coomer.su" + response[i].attachments[ip].path
 | 
			
		||||
            })
 | 
			
		||||
        if (!getLink) {
 | 
			
		||||
            return execute(interaction, true)
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        await fetch(getLink, options)
 | 
			
		||||
            .then(response => {
 | 
			
		||||
                interaction.editReply({
 | 
			
		||||
                    content: '',
 | 
			
		||||
                    files: [{
 | 
			
		||||
                        attachment: response.body,
 | 
			
		||||
                        name: 'image.png'
 | 
			
		||||
                    }]
 | 
			
		||||
                });
 | 
			
		||||
            })
 | 
			
		||||
    } else {
 | 
			
		||||
        interaction.reply({
 | 
			
		||||
            content: "This command can only be used in NSFW channels",
 | 
			
		||||
            ephemeral: true
 | 
			
		||||
        })
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -2,7 +2,7 @@ import { SlashCommandBuilder} from "discord.js";
 | 
			
		||||
 | 
			
		||||
export const data = new SlashCommandBuilder()
 | 
			
		||||
    .setName('porn')
 | 
			
		||||
    .setDescription('negros penis porno')
 | 
			
		||||
    .setDescription('reel women prono')
 | 
			
		||||
export async function execute(interaction, defer=false) {
 | 
			
		||||
    if (!defer) await interaction.deferReply()
 | 
			
		||||
    if (interaction.channel.nsfw) {
 | 
			
		||||
@@ -12,20 +12,36 @@ export async function execute(interaction, defer=false) {
 | 
			
		||||
            headers: {cookie: '__ddg1_=Go9PkjVipnvcmvVee5Qq', 'User-Agent': 'insomnia/8.5.1'}
 | 
			
		||||
        };
 | 
			
		||||
 | 
			
		||||
        const userListG = [
 | 
			
		||||
            /*"f1nn5ter",
 | 
			
		||||
            "kianavi",
 | 
			
		||||
            "itspurplebitch",
 | 
			
		||||
            "averyellisxo",
 | 
			
		||||
            "astolfitoliz",
 | 
			
		||||
            "trappy-chan",
 | 
			
		||||
            "trappybae",*/
 | 
			
		||||
            "ickyy",
 | 
			
		||||
        const userList = [
 | 
			
		||||
            "belledelphine",
 | 
			
		||||
            "bigtittygothegg",
 | 
			
		||||
            "lee.ava",
 | 
			
		||||
            "sweetiefox_of",
 | 
			
		||||
            "hannahowo",
 | 
			
		||||
            "sierralisabeth",
 | 
			
		||||
            "himetsu",
 | 
			
		||||
            "anaimiya",
 | 
			
		||||
            "kittyxkum",
 | 
			
		||||
            "bishoujomom",
 | 
			
		||||
            "hongkongdoll",
 | 
			
		||||
            "me1adinha",
 | 
			
		||||
            "harpermadi",
 | 
			
		||||
            "amouranth",
 | 
			
		||||
            "cherrycrush",
 | 
			
		||||
            "hidorirose",
 | 
			
		||||
            "evaelfie",
 | 
			
		||||
            "morgpie",
 | 
			
		||||
            "hitomi_official",
 | 
			
		||||
            "Morgpie",
 | 
			
		||||
            "projektbutt",
 | 
			
		||||
            "cassie0pia",
 | 
			
		||||
            "soogsx",
 | 
			
		||||
            "anriokita_real"
 | 
			
		||||
        ]
 | 
			
		||||
 | 
			
		||||
        const userListGIndex = Math.floor(Math.random() * userListG.length)
 | 
			
		||||
        const userListIndex = Math.floor(Math.random() * userList.length)
 | 
			
		||||
 | 
			
		||||
        const getLink = await fetch(`https://coomer.party/api/v1/onlyfans/user/${userListG[userListGIndex]}`, options)
 | 
			
		||||
        const getLink = await fetch(`https://coomer.party/api/v1/onlyfans/user/${userList[userListIndex]}`, options)
 | 
			
		||||
            .then(response => response.json())
 | 
			
		||||
            .then(response => {
 | 
			
		||||
                let i = Math.floor(Math.random() * response.length)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user