[READ-ONLY] Mirror of https://github.com/maybeanerd/MagiBot. MagiBot - the community building discord bot that adds joinsounds to your voice channels! discord.gg/2Evcf4T
bot bots community discord gaming hacktoberfest sound
1

Configure Feed

Select the types of activity you want to include in your feed.

feat: change vote timestamp to relative

Sebastian Di Luzio (Feb 10, 2023, 7:21 PM +0100) 87b753e0 fe1fc797

+4 -1
+4 -1
src/commands/vote.ts
··· 112 112 ); 113 113 114 114 const reply = await wantsToStartVote.followUp( 115 - `**${topic}**\n*by ${interaction.member}, ends on ${formatAsTimestamp(date, TimestampType.LONG_DATE_TIME)}*\n\n${optionsString}`, 115 + `**${topic}**\n*by ${interaction.member}, ends ${formatAsTimestamp( 116 + date, 117 + TimestampType.RELATIVE, 118 + )}*\n\n${optionsString}`, 116 119 ); 117 120 if (reply instanceof Message) { 118 121 asyncForEach(options, async (value, index) => {