Reply message now returns how many abbreviations the bot detected
This commit is contained in:
@@ -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()
|
||||
|
@@ -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()
|
||||
|
Reference in New Issue
Block a user