parent
cd2ae0bdbd
commit
7383fe4e22
|
@ -4,7 +4,7 @@ import random
|
|||
import re
|
||||
import requests
|
||||
import praw
|
||||
from client import *
|
||||
from client import
|
||||
from threading import Timer
|
||||
|
||||
@sopel.module.commands('4matter')
|
||||
|
@ -442,7 +442,11 @@ def pamp(bot, trigger):
|
|||
@sopel.module.commands('xrp')
|
||||
def xrp(bot, trigger):
|
||||
bot.say("We have the best C++ dev team in the world!")
|
||||
|
||||
|
||||
@sopel.module.commands('fake')
|
||||
def fake(bot, trigger):
|
||||
bot.say("and gay")
|
||||
|
||||
@sopel.module.commands('asp')
|
||||
def asp(bot, trigger):
|
||||
polourl = "https://poloniex.com/public?command=returnTicker"
|
||||
|
|
Loading…
Reference in New Issue