-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
47 lines (28 loc) · 965 Bytes
/
.env.example
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
#Bot Options
TOKEN= '' #Your Bot Token
PREFIX= '' #Your Bot Prefix
OWNERID= '' #Your Discord IDs Example: "959276033683628122,952560202635427841"
COlOR= '' #Embed Colour
LOGS= '' #Logs Channel ID
MONGO_URI= '' #MongoDb URL
SUPPORT= '' #Server Link
INVITE = '' #Bot Invite Link
VOTE = '' #Botlist Vote Link
BG= '' #Setup Channel Background image link
#Node Options
NODE_URL= '' #Lavalink url and port {example localhost:2333}
NODE_NAME= '' #Lavalink Server Name
NODE_AUTH= '' #Lavalink Server Password
NODE_SECURE= '' #Lavalink Secure (true/false)
SPOTIFYID= '' #Spotify client id
SPOTIFYSECRET= '' #Spotify client secret
/**
* Project: reedroux-bot
* Author: dawgcodes
* Main Contributor: jan.ts
* Company: Reedroux LLC
* Copyright (c) 2024. All rights reserved.
* This code is the property of Coder and may not be reproduced or
* modified without permission. For more information, contact us at
* https://reedroux-bot.xyz/support
*/