Skip to content

Commit 58170a2

Browse files
authored
Merge pull request #22 from fribyte-code/mathias/DrunkBot-Go-Home-you-are-drunk
DrunkBot go home, you are drunk
2 parents 4af7b0c + 1b09015 commit 58170a2

File tree

1 file changed

+25
-24
lines changed

1 file changed

+25
-24
lines changed

src/config.ts

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -32,30 +32,31 @@ const generalMessages: GeneralMessageConfig[] = [
3232
],
3333
reactions: ["video_game", "spiral_note_pad", "beers"],
3434
},
35-
{
36-
botMessageName: "drunkBot",
37-
get channelName() {
38-
return process.env.NODE_ENV === "production" ? "social" : "bot-test";
39-
},
40-
daysToMessage: [6], // Saturdays
41-
timeOfDayToMessage: 2, // 2am
42-
messages: ["Hvor er fu? :beers:"],
43-
},
44-
{
45-
botMessageName: "drunkBot",
46-
get channelName() {
47-
return process.env.NODE_ENV === "production" ? "social" : "bot-test";
48-
},
49-
daysToMessage: [6], // Saturdays
50-
timeOfDayToMessage: 4, // 2am
51-
messages: [
52-
"Hvor er fu? :beers:",
53-
"Noen uuuuute? :stuck_out_tongue_winking_eye:",
54-
"KEEEEEDEEGIIIIIISS?!?!? :pedrodance: :heart:",
55-
"Shit! Serverparken brenner! :fire:",
56-
"Can I pull the cable labeled 'DO NOT REMOVE' in the server room?",
57-
],
58-
},
35+
// DrunkBot go home you have asked to many times now without any response
36+
// {
37+
// botMessageName: "drunkBot",
38+
// get channelName() {
39+
// return process.env.NODE_ENV === "production" ? "social" : "bot-test";
40+
// },
41+
// daysToMessage: [6], // Saturdays
42+
// timeOfDayToMessage: 2, // 2am
43+
// messages: ["Hvor er fu? :beers:"],
44+
// },
45+
// {
46+
// botMessageName: "drunkBot",
47+
// get channelName() {
48+
// return process.env.NODE_ENV === "production" ? "social" : "bot-test";
49+
// },
50+
// daysToMessage: [6], // Saturdays
51+
// timeOfDayToMessage: 4, // 2am
52+
// messages: [
53+
// "Hvor er fu? :beers:",
54+
// "Noen uuuuute? :stuck_out_tongue_winking_eye:",
55+
// "KEEEEEDEEGIIIIIISS?!?!? :pedrodance: :heart:",
56+
// "Shit! Serverparken brenner! :fire:",
57+
// "Can I pull the cable labeled 'DO NOT REMOVE' in the server room?",
58+
// ],
59+
// },
5960
];
6061

6162
export default {

0 commit comments

Comments
 (0)