Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
rip I used the wrong thing lol
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver-makes-code committed Jun 5, 2023
1 parent 8c4c78f commit 676b921
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ object SwitchCommands : CommandRegistrar {
ctx.pager(
switches,
20,
{ title = "[$it] Front history of ${system.showName}" },
{ title = "[$it] Front history of ${system.name ?: system.id}" },
{ membersAsString("**", "**") + " (<t:${timestamp.epochSeconds}:R>)\n" },
false
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ object SystemCommands : CommandRegistrar {
it.name
}.map { m -> m to proxies.filter { it.memberId == m.id } },
20,
{ page -> system(system, nameTransformer = { "[$page] Members of $this" }) },
{ page -> system(system, nameTransformer = { "[$page] Members of ${system.name ?: system.id}" }) },
{
val str = if (second.isNotEmpty()) second.joinToString(
"\uFEFF``, ``\uFEFF",
Expand Down

0 comments on commit 676b921

Please sign in to comment.