Skip to content
This repository has been archived by the owner on May 25, 2021. It is now read-only.
/ RiftGun Public archive

A module for discord bots that allow you to offer support in 2-way conversations, without ever leaving your server!

License

Notifications You must be signed in to change notification settings

dragdev-studios/RiftGun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RIFTGUN

A new module for providing remote support on discord bots

What is it?

RiftGun, commonly known as "Rifter", is a python module that you can load into your discord bots to talk to other channels.

WE DO NOT CONDONE USE OF THIS FOR PRIVACY INVASION, OR UNETHICAL USES!

This module was designed as an easy way for us to remotely provide support and investigate servers that we thought broke DragDev Studios' terms of service. While we can't stop you, we advise you don't use this to do any "spying" or otherwise indecent operations


Installation:

From git:

$ pip install git+https:/dragdev-studios/riftgun

Please remember that the github version is usually more updated, but not guaranteed to be stable.

From pip:

$ pip3 install riftgun

then to load it into the bot, simply add this before bot.run():

bot.load_extension("riftgun")

When you successfully load the module, the bot will create a file where you are running your bot called rifts.min.json. If this does not already exist, or is broken, it will be created. Otherwise, it will be loaded instead.

Update: The cog will now make a directory @ ./.riftgun

About

A module for discord bots that allow you to offer support in 2-way conversations, without ever leaving your server!

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages