Skip to content

Commit

Permalink
memories
Browse files Browse the repository at this point in the history
  • Loading branch information
artifishvr committed May 19, 2024
1 parent ccf893c commit d6eadb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/forget.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default {
)

const button = new ButtonBuilder()
.setLabel('Chat Logs')
.setLabel('View memories')
.setURL(`${process.env.WASTEBIN_HOST}${(await request.json()).path}`)
.setStyle(ButtonStyle.Link);

Expand Down

0 comments on commit d6eadb4

Please sign in to comment.