├── .github └── FUNDING.yml ├── Compare.png ├── LICENSE ├── LICENSES.chromium.html ├── README.md ├── chrome_100_percent.pak ├── chrome_200_percent.pak ├── d3dcompiler_47.dll ├── ffmpeg.dll ├── happy.png ├── icudtl.dat ├── libEGL.dll ├── libGLESv2.dll ├── locales ├── af.pak ├── am.pak ├── ar.pak ├── bg.pak ├── bn.pak ├── ca.pak ├── cs.pak ├── da.pak ├── de.pak ├── el.pak ├── en-GB.pak ├── en-US.pak ├── es-419.pak ├── es.pak ├── et.pak ├── fa.pak ├── fi.pak ├── fil.pak ├── fr.pak ├── gu.pak ├── he.pak ├── hi.pak ├── hr.pak ├── hu.pak ├── id.pak ├── it.pak ├── ja.pak ├── kn.pak ├── ko.pak ├── lt.pak ├── lv.pak ├── ml.pak ├── mr.pak ├── ms.pak ├── nb.pak ├── nl.pak ├── pl.pak ├── pt-BR.pak ├── pt-PT.pak ├── ro.pak ├── ru.pak ├── sk.pak ├── sl.pak ├── sr.pak ├── sv.pak ├── sw.pak ├── ta.pak ├── te.pak ├── th.pak ├── tr.pak ├── uk.pak ├── ur.pak ├── vi.pak ├── zh-CN.pak └── zh-TW.pak ├── noti.png ├── resources.pak ├── resources └── app.asar ├── snapshot_blob.bin ├── v8_context_snapshot.bin ├── version ├── vk_swiftshader.dll ├── vk_swiftshader_icd.json └── vulkan-1.dll /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /Compare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/Compare.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/LICENSE -------------------------------------------------------------------------------- /LICENSES.chromium.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/LICENSES.chromium.html -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/README.md -------------------------------------------------------------------------------- /chrome_100_percent.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/chrome_100_percent.pak -------------------------------------------------------------------------------- /chrome_200_percent.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/chrome_200_percent.pak -------------------------------------------------------------------------------- /d3dcompiler_47.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/d3dcompiler_47.dll -------------------------------------------------------------------------------- /ffmpeg.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/ffmpeg.dll -------------------------------------------------------------------------------- /happy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/happy.png -------------------------------------------------------------------------------- /icudtl.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/icudtl.dat -------------------------------------------------------------------------------- /libEGL.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/libEGL.dll -------------------------------------------------------------------------------- /libGLESv2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/libGLESv2.dll -------------------------------------------------------------------------------- /locales/af.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/locales/af.pak -------------------------------------------------------------------------------- /locales/am.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/locales/am.pak -------------------------------------------------------------------------------- /locales/ar.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/locales/ar.pak -------------------------------------------------------------------------------- /locales/bg.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/locales/bg.pak -------------------------------------------------------------------------------- /locales/bn.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/locales/bn.pak -------------------------------------------------------------------------------- /locales/ca.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/locales/ca.pak -------------------------------------------------------------------------------- /locales/cs.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/locales/cs.pak -------------------------------------------------------------------------------- /locales/da.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/locales/da.pak -------------------------------------------------------------------------------- /locales/de.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/locales/de.pak -------------------------------------------------------------------------------- /locales/el.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/locales/el.pak -------------------------------------------------------------------------------- /locales/en-GB.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/locales/en-GB.pak -------------------------------------------------------------------------------- /locales/en-US.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/locales/en-US.pak -------------------------------------------------------------------------------- /locales/es-419.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/locales/es-419.pak -------------------------------------------------------------------------------- /locales/es.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/locales/es.pak -------------------------------------------------------------------------------- /locales/et.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/locales/et.pak -------------------------------------------------------------------------------- /locales/fa.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/locales/fa.pak -------------------------------------------------------------------------------- /locales/fi.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/locales/fi.pak -------------------------------------------------------------------------------- /locales/fil.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/locales/fil.pak -------------------------------------------------------------------------------- /locales/fr.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/locales/fr.pak -------------------------------------------------------------------------------- /locales/gu.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/locales/gu.pak -------------------------------------------------------------------------------- /locales/he.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/locales/he.pak -------------------------------------------------------------------------------- /locales/hi.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/locales/hi.pak -------------------------------------------------------------------------------- /locales/hr.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/locales/hr.pak -------------------------------------------------------------------------------- /locales/hu.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/locales/hu.pak -------------------------------------------------------------------------------- /locales/id.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/locales/id.pak -------------------------------------------------------------------------------- /locales/it.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/locales/it.pak -------------------------------------------------------------------------------- /locales/ja.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/locales/ja.pak -------------------------------------------------------------------------------- /locales/kn.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/locales/kn.pak -------------------------------------------------------------------------------- /locales/ko.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/locales/ko.pak -------------------------------------------------------------------------------- /locales/lt.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/locales/lt.pak -------------------------------------------------------------------------------- /locales/lv.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/locales/lv.pak -------------------------------------------------------------------------------- /locales/ml.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/locales/ml.pak -------------------------------------------------------------------------------- /locales/mr.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/locales/mr.pak -------------------------------------------------------------------------------- /locales/ms.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/locales/ms.pak -------------------------------------------------------------------------------- /locales/nb.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/locales/nb.pak -------------------------------------------------------------------------------- /locales/nl.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/locales/nl.pak -------------------------------------------------------------------------------- /locales/pl.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/locales/pl.pak -------------------------------------------------------------------------------- /locales/pt-BR.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/locales/pt-BR.pak -------------------------------------------------------------------------------- /locales/pt-PT.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/locales/pt-PT.pak -------------------------------------------------------------------------------- /locales/ro.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/locales/ro.pak -------------------------------------------------------------------------------- /locales/ru.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/locales/ru.pak -------------------------------------------------------------------------------- /locales/sk.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/locales/sk.pak -------------------------------------------------------------------------------- /locales/sl.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/locales/sl.pak -------------------------------------------------------------------------------- /locales/sr.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/locales/sr.pak -------------------------------------------------------------------------------- /locales/sv.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/locales/sv.pak -------------------------------------------------------------------------------- /locales/sw.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/locales/sw.pak -------------------------------------------------------------------------------- /locales/ta.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/locales/ta.pak -------------------------------------------------------------------------------- /locales/te.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/locales/te.pak -------------------------------------------------------------------------------- /locales/th.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/locales/th.pak -------------------------------------------------------------------------------- /locales/tr.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/locales/tr.pak -------------------------------------------------------------------------------- /locales/uk.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/locales/uk.pak -------------------------------------------------------------------------------- /locales/ur.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/locales/ur.pak -------------------------------------------------------------------------------- /locales/vi.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/locales/vi.pak -------------------------------------------------------------------------------- /locales/zh-CN.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/locales/zh-CN.pak -------------------------------------------------------------------------------- /locales/zh-TW.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/locales/zh-TW.pak -------------------------------------------------------------------------------- /noti.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/noti.png -------------------------------------------------------------------------------- /resources.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/resources.pak -------------------------------------------------------------------------------- /resources/app.asar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/resources/app.asar -------------------------------------------------------------------------------- /snapshot_blob.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/snapshot_blob.bin -------------------------------------------------------------------------------- /v8_context_snapshot.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/v8_context_snapshot.bin -------------------------------------------------------------------------------- /version: -------------------------------------------------------------------------------- 1 | 19.1.4 -------------------------------------------------------------------------------- /vk_swiftshader.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/vk_swiftshader.dll -------------------------------------------------------------------------------- /vk_swiftshader_icd.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/vk_swiftshader_icd.json -------------------------------------------------------------------------------- /vulkan-1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficiallySp/FeatherCord/HEAD/vulkan-1.dll --------------------------------------------------------------------------------