Skip to content

Commit 2a1efd9

Browse files
authored
Add another lucky number
1 parent a456541 commit 2a1efd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Sources/D2Handlers/D2Receiver.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public class D2Receiver: Receiver {
8686
CountToNHandler(),
8787
UniversalSummoningHandler(hostInfo: hostInfo),
8888
HaikuHandler($configuration: $haikuConfiguration, inventoryManager: inventoryManager),
89-
LuckyNumberHandler(luckyNumbers: [42, 69, 404, 420, 666, 911, 1337, 1984, 42069, 69420, 80085], minimumNumberCount: 2),
89+
LuckyNumberHandler(luckyNumbers: [42, 69, 404, 420, 666, 911, 1337, 1984, 42069, 69420, 80085, 8675309], minimumNumberCount: 2),
9090
FactorialHandler(),
9191
MessageDatabaseHandler(messageDB: messageDB) // Below other handlers so as to not pick up on commands
9292
]

0 commit comments

Comments
 (0)