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 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')
@ -442,7 +442,11 @@ def pamp(bot, trigger):
@sopel.module.commands('xrp') @sopel.module.commands('xrp')
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"