nyx

The first CODM discrod bot -- cath.exe Template
git clone https://codeberg.org/night0721/nyx
Log | Files | Refs | LICENSE

commit 294bfd8d03ff47fcb26cc966e600eb41e1ab864e
parent 3a2e52d660137a73256727eea3ac3af90a2917ac
Author: NK <[email protected]>
Date:   Thu,  6 Apr 2023 13:35:28 +0100

remove apex as it is dying

Diffstat:
Dcommand/APEX/sens.js | 61-------------------------------------------------------------
Dutil/Data/APEX/apex.json | 41-----------------------------------------
Dutil/Data/APEX/legends.json | 25-------------------------
3 files changed, 0 insertions(+), 127 deletions(-)

diff --git a/command/APEX/sens.js b/command/APEX/sens.js @@ -1,61 +0,0 @@ -const { EmbedBuilder } = require("discord.js"); -module.exports = { - name: "sensitivity", - description: "Get the perfect sensitivity for APEXM", - category: "APEX", - usage: "[Ironsight Sensitivity]", - options: [ - { - type: 3, - name: "base_sensitivity", - description: "Enter the base ironsight sensitivity or for 1x scope", - required: true, - }, - ], - run: async (client, interaction, args) => { - if (args[0] > 0 && args[0] < 301) { - const embed = new EmbedBuilder() - .setTitle(`Apex Legends Mobile Sensitivity Calculator`) - .setDescription( - `<:nyx_description:897379659665264650> For more info, follow this [Video guide](https://rebrand.ly/apexm-sens) by HawksNest.` - ) - .setColor(13703714) // hex: #d11a22 - .setFooter({ - text: `Data by Hawksnest`, - iconURL: - "https://media.discordapp.net/attachments/851764525623672854/951532817647542342/more_hawksnest.jpg", - }) - .setTimestamp() - .addFields( - { - name: "Basic Sensitivity", - value: ` - For Base Sensitivity (ironsight or 1x Scope): \`${args[0]}\`\n - TPP without ADS \`${args[0] * 2.09}\` - FPP without ADS \`${args[0] * 1.29}\``, - inline: false, - }, - { - name: "Scope Sensitivity", - value: ` - 2x Scope ADS - \`${args[0] * 0.5}\` - 3x Scope ADS - \`${args[0] * 0.33}\` - 4x Scope ADS - \`${args[0] * 0.25}\` - 6x Scope ADS - \`${args[0] * 0.16}\` - 8x Scope ADS - \`${args[0] * 0.12}\` - 10x Scope ADS - \`${args[0] * 0.1}\``, - inline: false, - } - ) - .setURL("https://hawksnestgg.wixsite.com/apexsens/apexsenscalc"); - interaction.followUp({ - embeds: [embed], - }); - } else { - const embed = new EmbedBuilder() - .setDescription(`⚠ **ERROR:** The Sensitivity can be betweeen 0 & 300`) - .setColor(client.color); - interaction.followUp({ embeds: [embed] }); - } - }, -}; diff --git a/util/Data/APEX/apex.json b/util/Data/APEX/apex.json @@ -1,40 +0,0 @@ -{ - "legends": [ - "Bangalore", - "Bloodhound", - "Caustic", - "Gibraltar", - "LIfeline", - "Mirage", - "Octane", - "Pathfinder", - "Wraith", - "Fade" - ], - "guns": [ - "EVA-8", - "Kraber", - "Peacekeeper", - "Prowler", - "R-301 Carbine", - "R-99", - "Spitfire", - "Charge Rifle", - "Flatline", - "G7 Scout", - "Havoc", - "Mastiff", - "Sentinel", - "Triple Take", - "Volt", - "Wingman", - "Alternator", - "Devotion", - "Hemlok", - "Longbow", - "L-Star", - "RE-45", - "Mozambique", - "P2020" - ] -} -\ No newline at end of file diff --git a/util/Data/APEX/legends.json b/util/Data/APEX/legends.json @@ -1,24 +0,0 @@ -{ - "Banglore": [ - { - "legend_image": "https://media.discordapp.net/attachments/973918659007377408/973918831443574834/unknown.png?width=548&height=613", - "intro": "https://youtu.be/JyJhFYNob30", - "wiki": "https://apexlegends.fandom.com/wiki/Bangalore", - "codename": "Professional Soldier", - "type": "offensive", - "avalable": true, - "tactical": "Smoke Launcher", - "tactical_description": "Fire a high-velocity smoke canister that explodes into a smoke wall on impact.", - "tactical_cooldown": 33, - "tactical_link": "https://apexlegends.fandom.com/wiki/Bangalore#Smoke_Launcher", - "passive": " Double Time", - "passive_description": "Taking fire while sprinting makes you move faster for a brief time.", - "passive_link": "https://apexlegends.fandom.com/wiki/Bangalore#Double_Time", - "ultimate": "Rolling Thunder", - "ultimate_description": "Call in an artillery strike that slowly creeps across the landscape.", - "ultimate_chargetime": 180, - "ultimate_link": "https://apexlegends.fandom.com/wiki/Bangalore#Rolling_Thunder" - } - ], - "Bloodhound": "" -} -\ No newline at end of file