forked from ctih1/goober
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.env
More file actions
31 lines (30 loc) · 1.92 KB
/
example.env
File metadata and controls
31 lines (30 loc) · 1.92 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
token=token # Bot token
prefix="c." # Prefix for the commands (like c.talk)
ping_line="The quick brown fox jumps over the lazy dog..." # String of text that appears when you run [PREFIX]ping
version_url="http://cube.rockpie.frii.site:6008" # Cube central
blacklisted_users= # User IDs that you don't want to be included in the training data
rnd_talk_channel1= # Channel ID that you want the bot to randomly talk in (can be not set if RANDOMTALK is set to False
rnd_talk_channel2= # Same as rnd_talk_channel1
cooldown=10800 # Cooldown between bot's random talks (can be unset if RANDOMTALK is set to False
hourlyspeak= # Channel that the bot talks in after the cooldown set in "cooldown"
ownerid= # ID of the user that you want to be able to run administrative commands
usertrain_enabled=True # Determines if the bot should be trained on messages sent in channels it can access
showmemenabled=True # Determines if the bot should send its memory.json if [PREFIX]mem runs
name="an instance of cube" # The name that you want the bot to identify as
aliveping="True" # Whether the bot should ping the central server when it starts up
randomtalk="True" # Should the bot talk randomly?
status="bean" # The bot's status
friisitetoken='$APIV2=Sample Text' # frii.site API token for the frii.site cog (can be unset if the cog isn't used)
optinsystem="True" # Should message collection be opt-in? (True for yes, False for no)
splashtext="
d8b
?88
88b
d888b8b d8888b d8888b 888888b d8888b 88bd88b
d8P' ?88 d8P' ?88d8P' ?88 88P `?8bd8b_,dP 88P' `
88b ,88b 88b d8888b d88 d88, d8888b d88
`?88P'`88b`?8888P'`?8888P'd88'`?88P'`?888P'd88'
)88
,88P
`?8888P
" # What the bot should print when it starts (can be unset)