diff --git a/cogs/plugins.py b/cogs/plugins.py index fc6e09f05d..d97e01c426 100644 --- a/cogs/plugins.py +++ b/cogs/plugins.py @@ -428,7 +428,7 @@ async def plugins_add(self, ctx, *, plugin_name: str): ) return await msg.edit(embed=embed) - @plugins.command(name="remove", aliases=["del", "delete"]) + @plugins.command(name="remove", aliases=["del", "delete", "uninstall", "unload"]) @checks.has_permissions(PermissionLevel.OWNER) async def plugins_remove(self, ctx, *, plugin_name: str): """