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!
99This module was designed as an easy way for us to remotely provide
1010support and investigate servers that we thought broke DragDev Studios'
1111terms 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
2127then to load it into the bot, simply add this before ` bot.run() ` :
2228``` python
@@ -25,4 +31,6 @@ bot.load_extension("riftgun")
2531
2632When you successfully load the module, the bot will create a file where you are running your bot called ` rifts.min.json ` .
2733If 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