try to make praw 4.4 work
This commit is contained in:
parent
2fd8cfd06b
commit
b58d4006d2
|
@ -0,0 +1,2 @@
|
|||
client.py
|
||||
*.pyc
|
BIN
network.pyc
BIN
network.pyc
Binary file not shown.
|
@ -4,6 +4,7 @@ import random
|
|||
import re
|
||||
import requests
|
||||
import praw
|
||||
from client import *
|
||||
|
||||
@sopel.module.commands('4matter')
|
||||
def fourmatter(bot, trigger):
|
||||
|
@ -287,7 +288,7 @@ def summon(bot, trigger):
|
|||
def timetravelpp(bot, trigger):
|
||||
bot.say("A journey is best measured in pepes, rather than miles http://rarepepedirectory.com/wp-content/uploads/2016/09/timetravelpepe.jpg")
|
||||
|
||||
reddit=praw.Reddit(user_agent='monerobux')
|
||||
reddit=praw.Reddit(client_id=client_id, client_secret=client_secret, user_agent='monerobux')
|
||||
@sopel.module.commands('tinytrump')
|
||||
def tinytrump(bot, trigger):
|
||||
try:
|
||||
|
|
BIN
trifling.pyc
BIN
trifling.pyc
Binary file not shown.
Loading…
Reference in New Issue