diff options
| -rw-r--r-- | 174bg/discord-bot/main.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/174bg/discord-bot/main.js b/174bg/discord-bot/main.js index b3db705..deef3ff 100644 --- a/174bg/discord-bot/main.js +++ b/174bg/discord-bot/main.js @@ -229,6 +229,7 @@ client.on(Events.InteractionCreate, async (interaction) => { (message) => `${message.author.tag}/${message.author.id}: ${message.content}`, ) + .reverse() .join("\n"), ), }, |
