MyDiscord
It is just Discord wrapper app with nativefier.
This app aim to view specific channel of Discord.
Feature
- Hide every things except timeline!
Installation
yarn install
Usage
You should create url
file that is written your Discord channel url.
It is first view of the app
echo "https://discordapp.com/channels/xxx/xxxx" > url
yarn run build
Build command output MyDiscord-<os>-<arch>
dir and you can open the built app.
open MyDiscord-darwin-x64/MyDiscord.app
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
License
MIT