Skip to content

Commit

Permalink
Add /start as an alias to /privilege
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnygunawan committed Jan 1, 2024
1 parent c7baea8 commit d39d65c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ await _commandQueue.DispatchAsync(
await _commandQueue.DispatchAsync(WeatherCommand.FromSlashCommand(command));
break;
case "/privilege":
case "/start":
await _commandQueue.DispatchAsync(PrivilegeCommand.FromSlashCommand(command));
break;
}
Expand Down

0 comments on commit d39d65c

Please sign in to comment.