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}` } ]);