We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f52c57 commit 9a1fcecCopy full SHA for 9a1fcec
config/data/holes.toml
@@ -337,7 +337,6 @@ F: / ? O _ o DEL
337
338
[Billiards]
339
category = 'Art'
340
-experiment = 456
341
released = 2024-12-01
342
synopsis = 'Draw a path of a billiard ball.'
343
preamble = '''
discord/bot.go
@@ -64,7 +64,10 @@ func init() {
64
}
65
66
// TODO Make this dynamic based on hole/lang age.
67
-func channel(_ *config.Hole, _ *config.Lang) string {
+func channel(hole *config.Hole, _ *config.Lang) string {
68
+ if hole.ID == "billiards" {
69
+ return chanFreshID
70
+ }
71
return chanSourID
72
73
0 commit comments