Update
Some checks are pending
Create and publish a Docker image / build-and-push-image (push) Waiting to run
Some checks are pending
Create and publish a Docker image / build-and-push-image (push) Waiting to run
This commit is contained in:
parent
5c4e55c502
commit
9221d04287
@ -8,7 +8,7 @@ class Send(commands.Cog):
|
||||
@commands.command()
|
||||
@commands.dm_only()
|
||||
@commands.is_owner()
|
||||
async def potoken(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)"""
|
||||
user = self.bot.get_user(user_id)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user