Reply message now returns how many abbreviations the bot detected

This commit is contained in:
2023-04-01 12:15:12 -05:00
parent b5e60c2aa0
commit cb02b331be
3 changed files with 13 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ const { SlashCommandBuilder } = require('discord.js');
var abbreviationKey = require("../abbreviation_key.json");
const fs = require('node:fs');
var path = require('node:path');;
console.log(abbreviationKey);
//console.log(abbreviationKey);
module.exports = {
data: new SlashCommandBuilder()

View File

@@ -2,7 +2,7 @@ const { SlashCommandBuilder } = require('discord.js');
var abbreviationKey = require("../abbreviation_key.json");
const fs = require('node:fs');
var path = require('node:path');;
console.log(abbreviationKey);
//console.log(abbreviationKey);
module.exports = {
data: new SlashCommandBuilder()