|
|
@ -1,4 +1,5 @@
|
|
|
|
import random
|
|
|
|
import random
|
|
|
|
|
|
|
|
import discord
|
|
|
|
from discord.ext import commands
|
|
|
|
from discord.ext import commands
|
|
|
|
from discord.ext.commands import BucketType, cooldown
|
|
|
|
from discord.ext.commands import BucketType, cooldown
|
|
|
|
|
|
|
|
|
|
|
@ -11,6 +12,8 @@ class Waifus(commands.Cog):
|
|
|
|
@commands.command(aliases=['Kakashi'])
|
|
|
|
@commands.command(aliases=['Kakashi'])
|
|
|
|
@cooldown(1, 5, BucketType.channel)
|
|
|
|
@cooldown(1, 5, BucketType.channel)
|
|
|
|
async def kakashi(self, ctx):
|
|
|
|
async def kakashi(self, ctx):
|
|
|
|
|
|
|
|
channels = ["bot-commands"]
|
|
|
|
|
|
|
|
if str(ctx.channel) in channels:
|
|
|
|
kakashi1 = "https://cdn.discordapp.com/attachments/714671068941647933/717201077346238514/image0.jpg"
|
|
|
|
kakashi1 = "https://cdn.discordapp.com/attachments/714671068941647933/717201077346238514/image0.jpg"
|
|
|
|
kakashi2 = "https://cdn.discordapp.com/attachments/714671068941647933/717201077669331036/image1.jpg"
|
|
|
|
kakashi2 = "https://cdn.discordapp.com/attachments/714671068941647933/717201077669331036/image1.jpg"
|
|
|
|
kakashi3 = "https://cdn.discordapp.com/attachments/714671068941647933/717201077941829722/image2.jpg"
|
|
|
|
kakashi3 = "https://cdn.discordapp.com/attachments/714671068941647933/717201077941829722/image2.jpg"
|
|
|
@ -111,7 +114,7 @@ class Waifus(commands.Cog):
|
|
|
|
kakashi98 = ""
|
|
|
|
kakashi98 = ""
|
|
|
|
kakashi99 = ""
|
|
|
|
kakashi99 = ""
|
|
|
|
kakashi100 = ""
|
|
|
|
kakashi100 = ""
|
|
|
|
"""
|
|
|
|
"""
|
|
|
|
kakashi_array = [kakashi1, kakashi2, kakashi3, kakashi4, kakashi5, kakashi6, kakashi7, kakashi8, kakashi9,
|
|
|
|
kakashi_array = [kakashi1, kakashi2, kakashi3, kakashi4, kakashi5, kakashi6, kakashi7, kakashi8, kakashi9,
|
|
|
|
kakashi10,
|
|
|
|
kakashi10,
|
|
|
|
kakashi11, kakashi12, kakashi13, kakashi14, kakashi15, kakashi16, kakashi17, kakashi18,
|
|
|
|
kakashi11, kakashi12, kakashi13, kakashi14, kakashi15, kakashi16, kakashi17, kakashi18,
|
|
|
|