Exemplo n.º 1
0
 async def whydoes(self, ctx: Context) -> None:
     """Sends a random why?__"""
     try:
         embed = Embed(description=nekos.why(), color=0x690E8)
         await ctx.send(embed=embed)
     except nekos.errors.NothingFound:
         await ctx.send('Couldn\'t Fetch any "WHY!" :(')
Exemplo n.º 2
0
 async def whydoes(self, ctx: Context) -> None:
     """Sends a random why?__"""
     try:
         embed = Embed(color=0x690E8)
         embed.set_image(url=n.why())
         await ctx.send(embed=embed)
     except n.errors.NothingFound:
         await ctx.send('Couldn\'t Fetch any "WHY!" :(')
Exemplo n.º 3
0
 async def why(self, msg):
     """
     Sends a random question starting with why
     Command: s.why
     Example: s.why
     """
     emb = discord.Embed(description=nekos.why(),colour=eval(random.choice(self.raw_color)))
     await msg.send(embed=emb)
Exemplo n.º 4
0
 async def why(self, ctx):
     some_question = nekos.why()
     e = discord.Embed(title="Still wondering",
                       description=some_question,
                       color=0x36393E)
     e.set_thumbnail(
         url=
         "https://cdn.discordapp.com/attachments/560801259968266240/609142219147837461/1565301178948.png"
     )
     await ctx.send(embed=e)
Exemplo n.º 5
0
async def _(event):
    target = nekos.why()
    await event.edit(target)
Exemplo n.º 6
0
def get_why(): # Get a random question from nekos.life
    WHYYY = nekos.why()
    WHYY = WHYYY.capitalize() # Uppercase the first letter of the question
    return WHYY
Exemplo n.º 7
0
async def hmm(marcus):
    if marcus.fwd_from:
        return
    whymarcus = nekos.why()
    await edit_or_reply(marcus, whymarcus)
Exemplo n.º 8
0
async def hmm(mega):
    if mega.fwd_from:
        return
    whymega = nekos.why()
    await edit_or_reply(mega, whymega)
Exemplo n.º 9
0
async def hmm(cat):
    if cat.fwd_from:
        return
    whycat = nekos.why()
    await edit_or_reply(cat, whycat)
Exemplo n.º 10
0
async def hmm(exelon):
    if exelon.fwd_from:
        return
    whyexelon = nekos.why()
    await exelon.edit(whyexelon)
Exemplo n.º 11
0
async def hmm(cat):
    if cat.fwd_from:
        return
    whycat = nekos.why()
    await cat.edit(whycat)
Exemplo n.º 12
0
async def hmm(hell):
    if hell.fwd_from:
        return
    whyhell = nekos.why()
    await eor(hell, whyhell)
Exemplo n.º 13
0
async def hmm(hell):
    if hell.fwd_from:
        return
    whyhell = nekos.why()
    await edit_or_reply(hell, whyhell)
Exemplo n.º 14
0
async def hmm(REBEL):
    if REBEL.fwd_from:
        return
    whyREBEL = nekos.why()
    await edit_or_reply(REBEL, whyREBEL)
Exemplo n.º 15
0
async def hmm(cat):
    "Some random Funny questions"
    whycat = nekos.why()
    await edit_or_reply(cat, whycat)
Exemplo n.º 16
0
async def hmm(lion):
    if lion.fwd_from:
        return
    whylion = nekos.why()
    await edit_or_reply(lion, whylion)
Exemplo n.º 17
0
async def showerthought(ctx):
    shwrthought = nekos.why()
    await ctx.send(shwrthought)
Exemplo n.º 18
0
async def hmm(dark):
    if dark.fwd_from:
        return
    whydark = nekos.why()
    await edit_or_reply(dark, whydark)
Exemplo n.º 19
0
async def hmm(W2H):
    if W2H.fwd_from:
        return
    whyW2H = nekos.why()
    await edit_or_reply(W2H, whyW2H)
Exemplo n.º 20
0
 async def nwhy(self, ctx):
     """Gives you a random question to think about."""
     question = nekos.why()
     await ctx.send(question)
Exemplo n.º 21
0
async def hmm(shinchan):
    if shinchan.fwd_from:
        return
    whyshinchan = nekos.why()
    await edit_or_reply(shinchan, whyshinchan)
Exemplo n.º 22
0
 async def sxd(self, ctx):
     "sends a very thought provoking question"
     await ctx.send(nekos.why())
Exemplo n.º 23
0
async def hmm(AuraX):
    if AuraX.fwd_from:
        return
    whyAuraX = nekos.why()
    await edit_or_reply(AuraX, whyAuraX)
Exemplo n.º 24
0
async def hmm(LEGEND):
    if LEGEND.fwd_from:
        return
    whyLEGEND = nekos.why()
    await edit_or_reply(LEGEND, whyLEGEND)
Exemplo n.º 25
0
async def hmm(mafia):
    if mafia.fwd_from:
        return
    whymafia = nekos.why()
    await edit_or_reply(mafia, whymafia)