Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/HelloWorld017/atom-discord

Integrate with Discord and show Rich Presence information.
https://github.com/HelloWorld017/atom-discord

atom atom-discord discord electron

Last synced: 4 months ago
JSON representation

Integrate with Discord and show Rich Presence information.

Lists

README

        

[![Discord](https://s33.postimg.cc/savzs5uhb/atom-banner.png)](http://discord.gg/zfEs3K6)


Atom-Discord

Support |
Atom |
FAQ





David


License


Apm Version


Apm Version


Discord

----

# Installation

To install atom-discord you will need to download the following dependencies:

- Git

Download the [latest](https://git-scm.com/download) version of git.

## Installing from Atom Package Manager
Then either download the package via the built in package repo (Atom Settings > Install > atom-discord) or run `apm install atom-discord` in your terminal of choice.

## Installing from Source Code

It is fairly easy to install from the source code, here's how to do it!

Navigate to a empty folder then click `Git Bash Here`, then enter the following into the terminal:

```
git clone https://github.com/HelloWorld017/atom-discord.git
cd atom-discord
npm i
apm link
```

Then **add atom to discord game list** and restart atom to see the effects.

:tada: You installed atom-discord.

----

# Checklist when Rich Presence is not showing

* Check if the Atom is added in the games tab.
* Check if the option `Display currently running game as a status message.` is turned on.
![Imgur](https://i.imgur.com/OjFerWL.png)
* Check if you restarted the Atom. (If not works, please restart discord, too.)
* Please follow the [steps from FAQ](https://github.com/HelloWorld017/atom-discord/blob/master/FAQ.md#not-showing).
* Check if there are some outputs in developer tools `(ctrl + shift + i)`.

If you checked all of them but you couldn't find the reason why, please come to discord and send your symptom with your operating system and `~/.atom/atom-discord/log.txt`

# FAQ / Know Errors

[Please visit here to see all the known errors / questions](https://github.com/HelloWorld017/atom-discord/blob/master/FAQ.md)

# Todos

- Icon Chooser, Custom Icons
- Rich Presence Text Editor
- Teletype Integration

---

# Screenshots
![Discord Integration](https://i.imgur.com/EMd4eZg.png)

# License

Released under the [MIT](https://en.wikipedia.org/wiki/MIT_License) License.

>MIT License
>
>Copyright (c) 2018 HelloWorld017
>
>Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
>
> The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
>
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.