Skip to content

Commit 5920cfd

Browse files
committed
Make "Scrambled Sort" live
Closes #1324
1 parent 19087e4 commit 5920cfd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

config/data/holes.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3455,7 +3455,6 @@ preamble = '''
34553455
'''
34563456

34573457
['Scrambled Sort']
3458-
experiment = 1324
34593458
category = 'Transform'
34603459
redirects = ['scrambled-alphabetization']
34613460
released = 2025-06-01

discord/bot.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ func channel(hole *config.Hole, lang *config.Lang) string {
7070
if hole.Experiment != 0 || lang.Experiment != 0 {
7171
return chanWildID
7272
}
73-
if hole.ID == "star-wars-gpt" {
73+
if hole.ID == "scrambled-sort" {
7474
return chanFreshID
7575
}
7676
return chanSourID

0 commit comments

Comments
 (0)