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 65b94ea commit fcf2c4aCopy full SHA for fcf2c4a
config/data/holes.toml
@@ -4012,7 +4012,6 @@ preamble = '''
4012
'''
4013
4014
[Tic-tac-toe]
4015
-experiment = 1031
4016
category = 'Gaming'
4017
links = [
4018
{ name = 'Rosetta Code', url = '//rosettacode.org/wiki/Tic-tac-toe' },
discord/bot.go
@@ -64,8 +64,8 @@ func init() {
64
}
65
66
// TODO Make this dynamic based on hole/lang age.
67
-func channel(_ *config.Hole, lang *config.Lang) string {
68
- if lang.ID == "gleam" {
+func channel(hole *config.Hole, lang *config.Lang) string {
+ if hole.ID == "tic-tac-toe" || lang.ID == "gleam" {
69
return chanFreshID
70
71
return chanSourID
0 commit comments