diff options
author | Parker <contact@pkrm.dev> | 2024-07-12 03:08:27 -0500 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2024-07-12 03:08:27 -0500 |
commit | ed25329568d1b5a01eb3ba62e7853675f57658c1 (patch) | |
tree | d1f706c967128759ad616b6dff5cf2e80cc89070 /code/cogs | |
parent | dfc95e470cf73a560e1a4c2cd6b6f1386b780c73 (diff) |
`You` -> `Use`
Diffstat (limited to 'code/cogs')
-rw-r--r-- | code/cogs/owner/sync.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/cogs/owner/sync.py b/code/cogs/owner/sync.py index a2d8c0e..05259cf 100644 --- a/code/cogs/owner/sync.py +++ b/code/cogs/owner/sync.py @@ -10,7 +10,7 @@ class TreeSync(commands.Cog): @commands.dm_only() @commands.is_owner() async def tree(self, ctx): - await ctx.author.send(f"This is a group command. You either `{self.bot.command_prefix}tree sync` or `{self.bot.command_prefix}tree clear` followed by an optional guild ID.") + await ctx.author.send(f"This is a group command. Use either `{self.bot.command_prefix}tree sync` or `{self.bot.command_prefix}tree clear` followed by an optional guild ID.") @commands.dm_only() @commands.is_owner() |