From ffed976c09ce8d21ad8608287362ef3ecba9f6f4 Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Tue, 8 Nov 2022 19:11:27 +0000 Subject: [PATCH] Fix channel link text --- src/commands/501231711271780357/Lobby/list.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/501231711271780357/Lobby/list.ts b/src/commands/501231711271780357/Lobby/list.ts index 5dd2779..ccf0766 100644 --- a/src/commands/501231711271780357/Lobby/list.ts +++ b/src/commands/501231711271780357/Lobby/list.ts @@ -37,7 +37,7 @@ export default class ListLobby extends Command { for (let lobby of channels) { embed.addFields([ { - name: `<#${lobby.ChannelId}>`, + name: `# ${lobby.Name}`, value: `Last Used: ${lobby.LastUsed}` } ]);