diff options
author | Parker <contact@pkrm.dev> | 2025-01-25 23:57:04 -0600 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2025-01-25 23:57:04 -0600 |
commit | 9221d04287389d016605e5bb5d39ee408d5f38fe (patch) | |
tree | 354386756a44dfbfe542902fa5eaa6936b07bd47 | |
parent | 5c4e55c502f7356938d31202343f6983d9526191 (diff) |
Update
-rw-r--r-- | code/cogs/owner/send.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/cogs/owner/send.py b/code/cogs/owner/send.py index 3f76323..4073896 100644 --- a/code/cogs/owner/send.py +++ b/code/cogs/owner/send.py @@ -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) |