-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathexample.env
More file actions
83 lines (63 loc) 路 2.38 KB
/
Copy pathexample.env
File metadata and controls
83 lines (63 loc) 路 2.38 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# Bot token.
# Example: token="MTI5sYExDvhjJK5YxNjA0NDY5NQ.GvsdD5.7taYXjy1zVKDOxAIMc1pX2d_wt86SmCjWi9se556"
token=""
# Bot message command prefix.
# Example: prefix=""
prefix=""
# Choose one type for save users and guilds data. Types: "mysql" | "sql" | "mongodb" | "json"
# Example: database_type="json"
database_type=""
# If you choose "mongodb" type place your mongo url.
# Example: database_mongoURL="mongodb+srv://test:123456789@cluster0.b6grdg6.mongodb.net/?retryWrites=true&w=majority"
database_mongoURL=""
# If you choose "mysql" type place your Mysql server host name.
# Example: database_msql_host="test"
database_msql_host=""
# If you choose "mysql" type place your Mysql server username.
# Example: database_msql_user="test123"
database_msql_user=""
# If you choose "mysql" type place your Mysql server password.
# Example: database_msql_password="123456789"
database_msql_password=""
# If you choose "mysql" type place your Mysql server database name.
# Example: database_msql_database="database"
database_msql_database=""
# Support server Id.
# Example: support_id="13151845223545"
support_id=""
# Support server invite link.
# Example: support_url="https://discord.gg/AfkuXgCKAQ"
support_url=""
# Channel Id of webhook report.
# Example: support_report="8798764887984895"
support_report=""
# Channel Id of webhook status.
# Example: support_status="846566898745656"
support_status=""
# Channel Id of stats.
# Example: support_stats="5456564456454654"
support_stats=""
# Channel Id of webhook logger.
# Example: support_log="56664645656456456"
support_log=""
# Webhook logger url.
# Example: webhook_url="https://discord.com/api/webhooks/115066186391586644/4atUOs545SC1NNKuSR6ADPsy1Ds2l4Y2ghljSFMmNtkPeU3wiwP1ehXlWZNLyaO9JC-Wc4Wc4"
webhook_url=""
# Webhook logger avatar.
# Example: webhook_avatar="https://cdn.discordapp.com/avatars/1241112292616044695/222fdd4eddd400ac5e6e42512cae2b59.png"
webhook_avatar=""
# Webhook logger username.
# Example: webhook_username="Ticker Boy | Logger"
webhook_username=""
# Place VIP Roles for premium.
# Example: vip_roles="5465645645656156, 555615615614456"
vip_roles=""
# Source owners.
# Example: owners="546464654564565, 88864545646467878"
owners=""
# Id of spacial server to none actionable.
# Example: whitelist_guilds="846534664645646, 64864864864864"
whitelist_guilds=""
# Bot default language in discord.
# Example: default_language="en-US"
default_language=""