Large Transaction Update

This commit is contained in:
Logan Cusano
2023-02-27 00:20:54 -05:00
parent 0c4fee091e
commit 384dd7011f
6 changed files with 79 additions and 31 deletions

View File

@@ -37,7 +37,7 @@ module.exports = {
const maxTokens = interaction.options.getNumber('tokens') ?? undefined;
const discordAccountId = interaction.member.id;
try {
submitTextPromptTransaction(promptText, temperature, maxTokens, discordAccountId, async (err, result) => {
submitTextPromptTransaction(promptText, temperature, maxTokens, discordAccountId, interaction, this, async (err, result) => {
if (err) throw err;
const gptEmbed = new EmmeliaEmbedBuilder()