-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.py
43 lines (31 loc) · 1016 Bytes
/
config.py
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
token = ""
prefix = ";"
support = "https://discord.gg/juno"
owner_ids = [750379503179661444, 1074668481867419758]
avatars_channel = 1269931144997240875
class Network:
host = "0.0.0.0"
port = 1337
class Database:
host = "aws-0-us-east-1.pooler.supabase.com"
username = "postgres.nvvhswaxifmumxrybqqk"
database = "postgres"
password = "scare.life!@#"
class Redis:
db = 0
host = "localhost"
port = 6379
hash = "pTc6Ajf72sHvQvFBf9w3"
class Lavalink:
host = "127.0.0.1"
port = 2333
password = "6SFv2mKgMabnTpDdLQ3tPZqa"
class Authorization:
Fortnite = "eb1db4b1-5f1e-4ec1-ba7c-802c3a69bfa1"
Lastfm = ["4210d59afeeb6c350442d7141747704c"]
class Spotify:
client_id = "cbad1d1ccee34d7ba772ef7e3e7798e4"
client_secret = "ec83198f46a34e39aac808d6adabdf62"
class Instagram:
session_id = "60028618709%3Ab9X6moEBSE3phh%3A1%3AAYe8GUljkWFctPMkhMOOxWHO-0BWARx90E7H42_6fkg"
csrf_token = "N38mRH911B6gJkePQrzHkdENYAJEhst5"