diff --git a/bot/awesomescibo.js b/bot/awesomescibo.js index 7ce7969..4d5a0fd 100755 --- a/bot/awesomescibo.js +++ b/bot/awesomescibo.js @@ -396,8 +396,8 @@ async function rounds(action, interaction) { } newGeneratedRound = new generatedRound({ htmlContent: finalizedHTML, - requestedBy: interaction.author.id, - authorTag: interaction.author.tag, + requestedBy: interaction.user.id, + authorTag: interaction.user.tag, timestamp: new Date().toISOString(), }); newGeneratedRound.save((err, round) => {