Fix
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Has been cancelled
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Has been cancelled
This commit is contained in:
parent
ca9e76d694
commit
378e1c9057
@ -8,7 +8,7 @@ class Send(commands.Cog):
|
|||||||
@commands.command()
|
@commands.command()
|
||||||
@commands.dm_only()
|
@commands.dm_only()
|
||||||
@commands.is_owner()
|
@commands.is_owner()
|
||||||
async def send(self, ctx, user_id: int, message: str):
|
async def send(self, ctx, user_id: int, *, message: str):
|
||||||
"""Send a message to a user (follow-up on bug reports)"""
|
"""Send a message to a user (follow-up on bug reports)"""
|
||||||
user = await self.bot.fetch_user(user_id)
|
user = await self.bot.fetch_user(user_id)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user