diff --git a/config/profile.json b/config/profile.json deleted file mode 100644 index 41a8186..0000000 --- a/config/profile.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "username": "Egor Widget", - "dynamic": [ - { - "type": 1, - "name": "time", - "value": "My time rn is 15:11" - }, - { - "type": 1, - "name": "description", - "value": "My Discord Widget" - }, - { - "type": 1, - "name": "server", - "value": "profile-system" - }, - { - "type": 1, - "name": "sub2", - "value": "Youmama" - } - ], - "hero": "", - "attach": { - "name": "", - "description": "", - "icon": "" - }, - "attachments": [ - { - "name": "Test", - "description": "Hello", - "icon": "https://test.png", - "mini_icon": "https://mini.png" - }, - {}, - {}, - {}, - {}, - {} - ], - "descriptions": { - "1": "", - "2": "Первый мой текст", - "3": "Второй мой текст" - } -} \ No newline at end of file diff --git a/gitignore b/gitignore new file mode 100644 index 0000000..2b91c72 --- /dev/null +++ b/gitignore @@ -0,0 +1,4 @@ +venv/ +__pycache__/ +*.pyc +.env diff --git a/profile-system b/profile-system new file mode 100644 index 0000000..e69de29