Feature/155 lobby command list #215

Merged
Vylpes merged 3 commits from feature/155-lobby-command-list into develop 2022-11-12 22:06:41 +00:00
Showing only changes of commit ffed976c09 - Show all commits

View file

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