Skip to content

Commit

Permalink
Merge pull request #424 from The-4th-Hokage/deepsource-transform-87cc…
Browse files Browse the repository at this point in the history
…a45d

Format code with black, yapf, autopep8 and isort
  • Loading branch information
Dhruvacube authored Jan 15, 2022
2 parents 4e2780f + 2c077bd commit 21f49b3
Show file tree
Hide file tree
Showing 5 changed files with 110 additions and 76 deletions.
4 changes: 2 additions & 2 deletions minato_namikaze/bot_files/cogs/fun/random_fun_games.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
from typing import Optional, Union

import discord
import eight_ball
import mystbin
import pyppeteer
from asyncdagpi import ImageFeatures
from discord.ext import commands, owoify
from gtts import gTTS
from PIL import Image
from pyppeteer import launch
import eight_ball

from ...lib import Embed, LinksAndVars, TimeConverter

Expand Down Expand Up @@ -208,7 +208,7 @@ async def _8ball(self, ctx, *, question):
ball = eight_ball.ball()
async with ctx.channel.typing():
await ctx.send(ball.response(question))

@commands.bot_has_permissions(attach_files=True)
@commands.command(aliases=["ss"])
async def screenshot(self, ctx, link: str, wait: int = 3):
Expand Down
Loading

0 comments on commit 21f49b3

Please sign in to comment.