Skip to content

Commit 5392493

Browse files
authored
Rename class
1 parent 874731c commit 5392493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DexScript/package/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ async def create(self, ctx, model, argument="..."):
534534

535535
await ctx.send(f"```sql\n{'\n'.join(template_commands)}\n```")
536536

537-
class Utils(DexCommand):
537+
class DexUtils(DexCommand):
538538
"""
539539
Utility commands for DexScript.
540540
"""

0 commit comments

Comments
 (0)