diff --git a/src/utils/components/buttons/my_vote.ts b/src/utils/components/buttons/my_vote.ts index b144953..8d9def6 100644 --- a/src/utils/components/buttons/my_vote.ts +++ b/src/utils/components/buttons/my_vote.ts @@ -7,7 +7,7 @@ export async function showUserVote(data: any): Promise { let content = `You currently haven't voted for a quote!`; if (quote) { - content = `Your vote is for:\n> ${quote}`; + content = `Your vote is for:\n> ${quote.text}`; }; return {