Skip to content

Commit

Permalink
chore(cmd:time-counters): adjust embed titles to describe what counte…
Browse files Browse the repository at this point in the history
…r is referred
  • Loading branch information
Lutonite committed Mar 3, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent a3e14a8 commit 51d98c8
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/commands/heche-time.command.ts
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ import { EmbedBuilder, Message } from 'discord.js';
The break time JHH stole from us. (!jhht help for all commands)
`,
counterId: 'hecheTime',
embedTitle: '⏰ Lost time',
embedTitle: '⏰ Lost time with JHH',
embedColor: '#71cfcf',
subcommands: [{ name: 'help', messageRun: 'help' }],
enabled: true,
2 changes: 1 addition & 1 deletion src/commands/rentsch-time.command.ts
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ import { EmbedBuilder, Message } from 'discord.js';
The break time RRH stole from us. (!rrht help for all commands)
`,
counterId: 'rentschTime',
embedTitle: '⏰ Lost time',
embedTitle: '⏰ Lost time with RRH',
embedColor: '#71cfcf',
subcommands: [{ name: 'help', messageRun: 'help' }],
enabled: true,

0 comments on commit 51d98c8

Please sign in to comment.