forked from nxg9997/ScopeBot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.py
More file actions
60 lines (57 loc) · 2.97 KB
/
data.py
File metadata and controls
60 lines (57 loc) · 2.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# Trigger words or phrases
keywords = [
"feature",
"it would be cool if",
"idea",
"let's make",
"let's add",
"what if",
"project",
"i had a thought",
"i was thinking",
"talking about",
"new"
]
# Possible phrases the bot can say about scope
scopebook = [
"**- SCOPE -**",
"*But have you considered... scope?*",
"I like your idea, but, it's a little outside the scope 乁| ・ 〰 ・ |ㄏ",
"https://pmweb.com/wordpress/wp-content/uploads/2017/12/Scope-blog-Joao.jpg",
"I’m Commander Scope, and this is my favorite out of scope idea on the server!",
"It’s time to kick ass and make a game ... and we're outta the scope.",
"$ was almost a scope sandwich!",
"It’s a-me, Scope!",
"Would you kindly... think about scope?",
"Scope... scope never changes",
"To know you’re close to the end is a kind of freedom. Good time to consider... scope.",
"Most test subjects do experience some cognitive deterioration after a few months in suspension. Now you’ve been under for… quite a lot longer, and it’s not out of the question that you might have a very minor case of serious out-of-scope. But don’t be alarmed, alright? Although, if you do feel alarmed, try to hold onto that feeling because that is the proper reaction to being told you are out-of-scope.",
"All that’s left for $ to think about scope.",
"Scope and survive.",
"Praise the scope!",
"Tell me $. What are you scared of? Failing to save this cesspool of a city? Not finding the Commissioner in time? This idea, out of scope?",
"Federico: \"It is a good life we lead, brother.\" Ezio: \"The best. May the scope never change.\" Federico: \"And may it never change us.\"",
"Scope is what makes us strong. It is why we are here. It is what we fight with when all else is lost.",
"Stop right there, out-of-scope scum!",
"Hey! Look! Scope!",
"I used to be an adventurer like $ until I took scope to the knee.",
"Scope? Scope? SCOPE!",
"Grass grows, birds fly, the sun shines, and brother, I think about scope.",
"Thank you, $! But your idea is in another scope!",
"$ has died of poor scope.",
"Scope has a nasty habit of going bad when $'s not looking.",
"$ can’t hide from the Scope. Especially when he’s got a gun.",
"I like scope! It's comfy and easy to wear!",
"$ met with a terrible scope, haven’t you?",
"Did I ever tell $ the definition of scope?",
"I am ScopeBot, and I’m here to ask $ a question. Is a man not entitled to a well scoped idea?",
"The scope has changed",
"NOTHING IS MORE BADASS THAN TREATING A WOMAN WITH A WELL SCOPED IDEA!",
"The scope is a lie",
"**Scope**mourne hungers",
"\"Don't hate the idea hate the scope.\" - Ice T",
"Oh no, it happened again. Keep on trying, don’t let it get to you. Try and stay in scope.",
"Oof, your idea is out-of-scope. That’s a deep frustration, a real punch in the gut."
]
# channel cooldowns
cooldowns = {}