mirror of
https://github.com/RafaelSolVargas/Vulkan.git
synced 2025-10-29 16:57:23 +00:00
Code style upgrade
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
from discord.ext.commands import Context
|
||||
from discord import Embed
|
||||
|
||||
|
||||
class Sender:
|
||||
@classmethod
|
||||
async def send_embed(cls, ctx: Context, embed: Embed) -> None:
|
||||
pass
|
||||
|
||||
@classmethod
|
||||
async def send_message(cls, ctx: Context, message: Embed) -> None:
|
||||
pass
|
||||
Reference in New Issue
Block a user