We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c89265f commit f54777eCopy full SHA for f54777e
src/modules/rep.ts
@@ -181,7 +181,9 @@ export class RepModule extends Module {
181
rg.amount
182
} ${emoji}** on [message](${messageLink}) (<@${
183
rg.initialGiver
184
- }>${rg.amount > 1 ? ' et al.' : ''})`;
+ }>${rg.amount > 1 ? ' et al.' : ''}) at <t:${
185
+ (+new Date(rg.date) / 1000) | 0
186
+ }>`;
187
});
188
if (!records.length) records.push('[no reputation history]');
189
const recordsPerPage = 30;
0 commit comments