update command

added .fake
response = and gay
This commit is contained in:
s55ma 2017-06-02 18:41:51 +02:00 committed by GitHub
parent cd2ae0bdbd
commit 7383fe4e22
1 changed files with 6 additions and 2 deletions

View File

@ -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')
@ -443,6 +443,10 @@ def pamp(bot, trigger):
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"