You -> Use

This commit is contained in:
Parker M. 2024-07-12 03:08:27 -05:00
parent dfc95e470c
commit ed25329568
No known key found for this signature in database
GPG Key ID: 95CD2E0C7E329F2A

View File

@ -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()