-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.py
More file actions
29 lines (26 loc) · 946 Bytes
/
data.py
File metadata and controls
29 lines (26 loc) · 946 Bytes
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
client_id = "YOUR-DISCORD-CLIENT-ID"
client_secret = "YOUR-DISCORD-CLIENT-SECRET"
ans_8ball = [ 'As I see it, yes.',
'Ask again later.',
'Better not tell you now.',
'Cannot predict now.',
'Concentrate and ask again.',
'Don’t count on it.',
'It is certain.',
'It is decidedly so.',
'Most likely.',
'My reply is no.',
'My sources say no.',
'Outlook not so good.',
'Outlook good.',
'Reply hazy, try again.',
'Signs point to yes.',
'Very doubtful.',
'Without a doubt.',
'Yes.',
'Yes – definitely.',
'You may rely on it.',]
# search - wolframalpha
wolfram_Id = "YOUR-WOLFRAMALPHA-ID"
# gamble vars
start_gamble = "Welcome to the game of luck. Let's see how good your luck is.\nAre you ready to begin? Say yes or no."