Skip to content
This repository was archived by the owner on May 25, 2021. It is now read-only.

Commit 8d04ce2

Browse files
author
dragdev
committed
Update readme to better describe the project
Signed-off-by: dragdev <[email protected]>
1 parent b8877c1 commit 8d04ce2

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
### What is it?
55
*RiftGun*, commonly known as "Rifter", is a python module that
6-
you can load into your discord bots to spy on channels.
6+
you can load into your discord bots to talk to other channels.
77

8-
#### I DO NOT CONDONE USE OF THIS FOR PRIVACY INVASION, OR UNETHICAL USES!
8+
#### WE DO NOT CONDONE USE OF THIS FOR PRIVACY INVASION, OR UNETHICAL USES!
99
This module was designed as an easy way for us to remotely provide
1010
support and investigate servers that we thought broke DragDev Studios'
1111
terms of service. While we can't stop you, we advise you don't use this
@@ -17,6 +17,12 @@ From **git**:
1717
```shell script
1818
$ pip install git+https://github.com/dragdev-studios/riftgun
1919
```
20+
Please remember that the github version is usually more updated, but not guaranteed to be stable.
21+
22+
From **pip**:
23+
```shell script
24+
$ pip3 install riftgun
25+
```
2026

2127
then to load it into the bot, simply add this before `bot.run()`:
2228
```python
@@ -25,4 +31,6 @@ bot.load_extension("riftgun")
2531

2632
When you successfully load the module, the bot will create a file where you are running your bot called `rifts.min.json`.
2733
If this does not already exist, or is broken, it will be created.
28-
Otherwise, it will be loaded instead.
34+
Otherwise, it will be loaded instead.
35+
36+
Update: The cog will now make a directory @ ``./.riftgun``

0 commit comments

Comments
 (0)