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