Skip to content

Commit 32dbdb1

Browse files
committed
Make "Minesweeper" live
Closes #1025
1 parent bbce57a commit 32dbdb1

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
@@ -2203,7 +2203,6 @@ preamble = '''
22032203
'''
22042204

22052205
[Minesweeper]
2206-
experiment = 1025
22072206
category = 'Gaming'
22082207
released = 2025-11-01
22092208
links = [

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 == "trinomial-triangle" || lang.ID == "groovy" {
73+
if hole.ID == "minesweeper" || lang.ID == "groovy" {
7474
return chanFreshID
7575
}
7676
return chanSourID

0 commit comments

Comments
 (0)