Reformatting

pull/1/head
sgoudham 5 years ago
parent ddeec6f425
commit 1ccbc3aae5

@ -3,6 +3,7 @@ import datetime
import random
import discord
import tenorpy
from discord.ext import commands
from discord.ext.commands import BucketType, cooldown
@ -18,6 +19,10 @@ class Fun(commands.Cog):
def __init__(self, bot):
self.bot = bot
t = tenorpy.Tenor()
for x in range(20):
print(t.random("anime cute cuddle hug")) # Will return a random
@commands.command(aliases=['Attack'])
@commands.has_any_role('Hamothy', "izzy", "Servant")
async def attack(self, ctx, target: discord.Member):

Loading…
Cancel
Save