Write content to file if string is too big to send
This commit is contained in:
@@ -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 = {
|
||||
|
Reference in New Issue
Block a user