#I am trying to make balance command with page, for coin history but embed doesn't update.
20 messages · Page 1 of 1 (latest)
in your collector it doesn’t seem like you make any changes to the message before editing it and replying each time
did I miss something?
@tardy vessel
it changes the page count
in the embed before the .map i have .slice(p1, p2)
let p1 = page*10
let p2 = (page+1)*10```
ok i will try
you should change the top half of your code to be a function that takes in page as a parameter and then call it on your cases
^
that way your page value will update each time
make sens