Write content to file if string is too big to send

This commit is contained in:
2023-04-05 08:30:58 -05:00
parent d369ac2d93
commit 1f70cb9b1c
2 changed files with 25 additions and 9 deletions

View File

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