Skip to content

Commit

Permalink
removing 1 line from 3 files (changes)
Browse files Browse the repository at this point in the history
  • Loading branch information
axlecoffee committed Jan 3, 2024
1 parent ccd814c commit 13ec35d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/discord/commands/testCommand.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ module.exports = {
description: (`${message}`),
timestamp: new Date().toISOString(),
};

await channel.send({ embeds: [ embed ] })
await interaction.reply({content: "Your report has been shared with the developers, do not delete this message.", ephemeral: false})

Expand Down
1 change: 0 additions & 1 deletion src/discord/commands/weightCommand.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
const config = require("../../../config.json");
const { getPlayer } = require("../../functions/get/getPlayer");
const { handleError } = require("../../functions/handle/handleError");
const messages = config.messages.discord

Expand Down
2 changes: 1 addition & 1 deletion src/functions/get/getNetworth/getSkyHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const axios = require('axios');
const { getNetworth } = require('skyhelper-networth');
require("dotenv").config();
const apiKey = process.env.KEY;
const fs = require(`fs`)



const fetchMuseumData = async (profile, uuid) => {
Expand Down

0 comments on commit 13ec35d

Please sign in to comment.