Skip to content

Commit

Permalink
Add another command alias
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Oct 23, 2024
1 parent 8296935 commit ffaabe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/D2Handlers/D2Receiver.swift
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ public class D2Receiver: Receiver {
registry["iambored"] = IAmBoredCommand()
registry["interject"] = InterjectCommand()
registry["discordinder"] = DiscordinderCommand(inventoryManager: inventoryManager)
registry["pickupline"] = PickupLineCommand()
registry["pickupline", aka: ["pickup"]] = PickupLineCommand()
registry["chucknorrisjoke", aka: ["cnj"]] = ChuckNorrisJokeCommand()
registry["joke"] = JokeCommand()
registry["pat"] = PatCommand(inventoryManager: inventoryManager)
Expand Down

0 comments on commit ffaabe1

Please sign in to comment.